Skip to main content

DataSchemaProvider.GetXmlSchema(DataSet) Method

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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