StiReportRegData Method (DataTable) |
Registers the DataTable in the Data Store.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void RegData(
DataTable dataTable
)
Public Sub RegData (
dataTable As DataTable
)
Parameters
- dataTable
- Type: System.DataDataTable
The DataTable for registration.
See Also