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

DataProvider.SchemaExplorer Property

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v21.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IDataStoreSchemaExplorer SchemaExplorer { get; }

Property Value

Type Description
DevExpress.Xpo.DB.IDataStoreSchemaExplorer

An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface.

See Also