ReportControllerSetData Method |  |
Set data item
Report with form data
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate Report SetData(
Report pReport,
FormCollection pCollection
)
Private Function SetData (
pReport As Report,
pCollection As FormCollection
) As Report
Parameters
- pReport
- Type: Velo.Data.ModelsReport
Data item to fill - pCollection
- Type: FormCollection
Form data collection
Return Value
Type:
ReportData item filled of form collection value.
See Also