Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.Persistent.Base.ReportsV2 Namespace

In This Article

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

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

#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