Back to Devexpress

DevExpress.Persistent.Base.ReportsV2 Namespace

expressappframework-devexpress-dot-persistent-dot-base-dot-reportsv2-e5e3d319.md

latest1.9 KB
Original Source

DevExpress.Persistent.Base.ReportsV2 Namespace

Contains interfaces and classes that are specific to Data Sources for Reports V2.

Assembly : DevExpress.Persistent.Base.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Classes

NameDescription
CollectionDataSourceThe data source component that loads a collection of business objects via the IObjectSpace.
DataSourceBaseThe abstract base class for data sources used in Reports V2 module.
ViewDataSourceThe 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

NameDescription
ISupportSortingImplemented by report data sources to support data sorting in the Reports V2 Module