Skip to main content
A newer version of this page is available. .

DataSchemaProvider.GetXmlSchema(DataSet) Method

Returns the XML schema of a DataSet available in the storage.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public static string GetXmlSchema(
    DataSet dataSet
)

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