Skip to main content
.NET 6.0+

DataSourceBase Class

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

Namespace: DevExpress.Persistent.Base.ReportsV2

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

Declaration

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