StiDictionaryMergeXMLSchema Method |
Imports Data Sources from DataSet and merges them with this dictionary.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void MergeXMLSchema(
DataSet dataSet
)
Public Sub MergeXMLSchema (
dataSet As DataSet
)
Parameters
- dataSet
- Type: System.DataDataSet
DataSet for importing.
See Also