Click or drag to resize

ReportTemplateControllerSetData Method

Set data item ReportTemplate 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 ReportTemplate SetData(
	ReportTemplate pReportTemplate,
	FormCollection pCollection
)

Parameters

pReportTemplate
Type: Velo.Data.ModelsReportTemplate
Data item to fill
pCollection
Type: FormCollection
Form data collection

Return Value

Type: ReportTemplate
Data item filled of form collection value.
Remarks
Not sets field value Name and Type and Content
See Also