DataProvider(IDataStoreSchemaExplorer, IDataStore) Constructor
In This Article
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
public DataProvider(
IDataStoreSchemaExplorer schemaExplorer,
IDataStore dataStore
)
#Parameters
Name | Type | Description |
---|---|---|
schema |
DevExpress. |
An object implementing the DevExpress. |
data |
IData |
An object implementing the IData |
See Also