Skip to main content

DataSchemaProvider(IDataStoreSchemaExplorer) Constructor

Initializes a new instance of the DataSchemaProvider class with the specified settings.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DataSchemaProvider(
    IDataStoreSchemaExplorer schemaExplorer
)

Parameters

Name Type Description
schemaExplorer DevExpress.Xpo.DB.IDataStoreSchemaExplorer

An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface that is used to obtain the list of tables or views from the database.

See Also