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