Click or drag to resize

ReportsItemControllerDelete Method (Int32, FormCollection)

Deleting a report 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,
	FormCollection pCollection
)

Parameters

pID
Type: SystemInt32
Report item ID
pCollection
Type: FormCollection
Data of web form

Return Value

Type: ActionResult
Redirection to view report item Index
Examples
POST: ReportsItem/Delete/5
See Also