StiReportRegData Method (String, String, DataTable) |
Registers an object in the Data Store.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void RegData(
string name,
string alias,
DataTable dataTable
)
Public Sub RegData (
name As String,
alias As String,
dataTable As DataTable
)
Parameters
- name
- Type: SystemString
A data name in the Data Store. - alias
- Type: SystemString
A data alias in the Data Store. - dataTable
- Type: System.DataDataTable
DataTable for registration.
See Also