StiReportRegData Method (String, DataView) |
Registers DataView 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,
DataView dataView
)
Public Sub RegData (
name As String,
dataView As DataView
)
Parameters
- name
- Type: SystemString
DataView name in the Data Store. - dataView
- Type: System.DataDataView
DataView for registration.
See Also