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

DataSchemaProvider.SchemaExplorer Property

Provides access to an object that is used to obtain the list of tables and/or views from the database.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public IDataStoreSchemaExplorer SchemaExplorer { get; }

Property Value

Type Description
DevExpress.Xpo.DB.IDataStoreSchemaExplorer

An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface that is used to obtain the list of tables and views available in a database.

See Also