StiDictionaryExportXMLSchema Method |
Exports Data Sources to DataSet.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public DataSet ExportXMLSchema(
string dataSetName
)
Public Function ExportXMLSchema (
dataSetName As String
) As DataSet
Parameters
- dataSetName
- Type: SystemString
Name of the resulting DataSet.
Return Value
Type:
DataSetDataSet with data.
See Also