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

DataSchemaProvider.FillDataSchema() Method

Obtains separate XSD-schema for the available tables and views.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public DataSchema FillDataSchema()

Returns

Type Description
DataSchema

A DataSchema object.

See Also