ReportsItemControllerSetData Method |  |
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate ReportsItem SetData(
ReportsItem pReportsItem,
FormCollection pCollection
)
Private Function SetData (
pReportsItem As ReportsItem,
pCollection As FormCollection
) As ReportsItem
Parameters
- pReportsItem
- Type: Velo.Data.ModelsReportsItem
Data item to fill - pCollection
- Type: FormCollection
Form data collection
Return Value
Type:
ReportsItemData item filled of form collection value.
See Also