ReportTemplateControllerCreate Method (FormCollection) |  |
Creating the report template from form data
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic ActionResult Create(
FormCollection pCollection
)
Public Function Create (
pCollection As FormCollection
) As ActionResult
Parameters
- pCollection
- Type: FormCollection
Web form data
Return Value
Type:
ActionResultRedirection to list (view Index of report template)
Remarks
Sets value from form data: Name, Type, ReportStatus
ExamplesPOST: ReportTemplate/Create
See Also