Click or drag to resize

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)
Syntax
public string GetListByBike(
	int pID
)

Parameters

pID
Type: SystemInt32
Bike ID

Return Value

Type: String
Report list in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Report/GetListByBike/5
See Also