ReportControllerGetListByBike Method |  |
Get HTML code for report list by bike
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string GetListByBike(
int pID
)
Public Function GetListByBike (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Bike ID
Return Value
Type:
StringReport list in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Report/GetListByBike/5
See Also