Back to Devexpress

DataSourceBase Class

expressappframework-devexpress-dot-persistent-dot-base-dot-reportsv2-f46da65d.md

latest2.2 KB
Original Source

DataSourceBase Class

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

Declaration

csharp
[ComponentStorageItem]
public abstract class DataSourceBase :
    Component,
    IList,
    ICollection,
    IEnumerable,
    ITypedList,
    ISupportCriteria,
    ISupportSorting,
    IListAdapter,
    ISupportInitialize,
    IServiceProvider,
    IBindingList,
    IObject,
    IListAdapterAsync
vb
<ComponentStorageItem>
Public MustInherit Class DataSourceBase
    Inherits Component
    Implements IList,
               ICollection,
               IEnumerable,
               ITypedList,
               ISupportCriteria,
               ISupportSorting,
               IListAdapter,
               ISupportInitialize,
               IServiceProvider,
               IBindingList,
               IObject,
               IListAdapterAsync

Implements

ISupportSorting

Inheritance

Object MarshalByRefObject Component DataSourceBase CollectionDataSource

ViewDataSource

See Also

DataSourceBase Members

DevExpress.Persistent.Base.ReportsV2 Namespace