DevExpress.Persistent.Base.ReportsV2 Namespace
Contains interfaces and classes that are specific to Data Sources for Reports V2.
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Classes
Name | Description |
---|---|
CollectionDataSource | The data source component that loads a collection of business objects via the IObjectSpace. |
DataSourceBase | The abstract base class for data sources used in Reports V2 module. |
ViewDataSource | The data source component that retrieves a list of data records (a data view) via the IObjectSpace without loading complete business classes. Values in each data record can be obtained from specific business class properties directly, or be evaluated by the database server using complex expressions. |
Interfaces
Name | Description |
---|---|
ISupportCriteria | Implemented by report data sources to support data filtering in the Reports V2 Module |
ISupportSorting | Implemented by report data sources to support data sorting in the Reports V2 Module |