expressappframework-devexpress-dot-persistent-dot-base-dot-reportsv2-f46da65d.md
The abstract base class for data sources used in Reports V2 module.
Namespace : DevExpress.Persistent.Base.ReportsV2
Assembly : DevExpress.Persistent.Base.v25.2.dll
NuGet Package : DevExpress.Persistent.Base
[ComponentStorageItem]
public abstract class DataSourceBase :
Component,
IList,
ICollection,
IEnumerable,
ITypedList,
ISupportCriteria,
ISupportSorting,
IListAdapter,
ISupportInitialize,
IServiceProvider,
IBindingList,
IObject,
IListAdapterAsync
<ComponentStorageItem>
Public MustInherit Class DataSourceBase
Inherits Component
Implements IList,
ICollection,
IEnumerable,
ITypedList,
ISupportCriteria,
ISupportSorting,
IListAdapter,
ISupportInitialize,
IServiceProvider,
IBindingList,
IObject,
IListAdapterAsync
Object MarshalByRefObject Component DataSourceBase CollectionDataSource
See Also