DataSchemaProvider.GetXmlSchema(DataSet) Method
Returns the XML schema of a DataSet available in the storage.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataSet | DataSet | A DataSet object. |
Returns
Type | Description |
---|---|
String | A String value, specifying the XML schema of a DataSet. |
See Also