Click or drag to resize

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

Parameters

pID
Type: SystemInt32
Report ID

Return Value

Type: String
HTML code of reports item by report (on edit mode)
Examples
POST: /ReportsItem/GetItemsEdit/{Report ID}
See Also