Click or drag to resize

ReportsItemControllerSetData Method

Set data item ReportsItem with form data

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
private ReportsItem SetData(
	ReportsItem pReportsItem,
	FormCollection pCollection
)

Parameters

pReportsItem
Type: Velo.Data.ModelsReportsItem
Data item to fill
pCollection
Type: FormCollection
Form data collection

Return Value

Type: ReportsItem
Data item filled of form collection value.
See Also