ReportTemplateControllerSetData Method |  |
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate ReportTemplate SetData(
ReportTemplate pReportTemplate,
FormCollection pCollection
)
Private Function SetData (
pReportTemplate As ReportTemplate,
pCollection As FormCollection
) As ReportTemplate
Parameters
- pReportTemplate
- Type: Velo.Data.ModelsReportTemplate
Data item to fill - pCollection
- Type: FormCollection
Form data collection
Return Value
Type:
ReportTemplateData item filled of form collection value.
Remarks
See Also