DataSourceBase Class
In This Article
The abstract base class for data sources used in Reports V2 module.
Namespace: DevExpress.Persistent.Base.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
[ComponentStorageItem]
public abstract class DataSourceBase :
Component,
IList,
ICollection,
IEnumerable,
ITypedList,
ISupportCriteria,
ISupportSorting,
IListAdapter,
ISupportInitialize,
IServiceProvider,
IBindingList,
IObject,
IListAdapterAsync
#Inheritance
See Also