Click or drag to resize

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
)

Parameters

dataSetName
Type: SystemString
Name of the resulting DataSet.

Return Value

Type: DataSet
DataSet with data.
See Also