Click or drag to resize

ReportsItemControllerDetails Method

Get a reports item details

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public ActionResult Details(
	int pID
)

Parameters

pID
Type: SystemInt32
Report item ID

Return Value

Type: ActionResult
A view details of reports item
Examples
GET: ReportsItem/Details/5
See Also