Click or drag to resize

ReportTemplateControllerEdit Method (Int32, FormCollection)

Save a report template that has been edited.

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public ActionResult Edit(
	int pID,
	FormCollection pCollection
)

Parameters

pID
Type: SystemInt32
Report template ID
pCollection
Type: FormCollection
Form data to save

Return Value

Type: ActionResult
Redirection to list (view Index of report template)
See Also