Skip to main content
A newer version of this page is available. .

DataSourceBase Class

The abstract base class for data sources used in Reports V2 module.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v19.1.dll

Declaration

[ComponentStorageItem]
public abstract class DataSourceBase :
    Component,
    IList,
    ICollection,
    IEnumerable,
    ITypedList,
    ISupportCriteria,
    ISupportSorting,
    IListAdapter,
    ISupportInitialize,
    IServiceProvider,
    IBindingList,
    IObject,
    IListAdapterAsync
See Also