ReportsItemControllerEdit Method (Int32) |  |
Edit a report item
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic ActionResult Edit(
int pID
)
Public Function Edit (
pID As Integer
) As ActionResult
Parameters
- pID
- Type: SystemInt32
Report item ID
Return Value
Type:
ActionResultEdit view of report item
Examples
GET: ReportsItem/Edit/5
See Also