ReportsItemControllerGetItemsEdit Method |  |
Get HTML code for a report positions by report (on edit mode)
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string GetItemsEdit(
int pID
)
Public Function GetItemsEdit (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Report ID
Return Value
Type:
StringHTML code of reports item by report (on edit mode)
Examples
POST: /ReportsItem/GetItemsEdit/{Report ID}
See Also