DataProvider(IDataStoreSchemaExplorer, IDataStore) Constructor
Initializes a new instance of the DataProvider 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 a database. |
dataStore | IDataStore | An object implementing the IDataStore interface that is used to obtain data from a database. |
See Also