Skip to main content
A newer version of this page is available. .

DataProvider.DataStore Property

Gets an object that is used to obtain data from a database.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public IDataStore DataStore { get; }

Property Value

Type Description
IDataStore

An object implementing the IDataStore interface.

See Also