DataProvider.DataStore Property
In This Article
Gets an object that is used to obtain data from a database.
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public IDataStore DataStore { get; }
#Property Value
Type | Description |
---|---|
IData |
An object implementing the IData |
See Also