Click or drag to resize

ReportsItemControllerDelete Method (Int32)

Delete a report item data item

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

Parameters

pID
Type: SystemInt32
Report item ID

Return Value

Type: ActionResult
View of report item to delete
Examples
GET: ReportsItem/Delete/5
See Also