DataSchemaProvider(IDataStoreSchemaExplorer) Constructor
Initializes a new instance of the DataSchemaProvider class with the specified settings.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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