Skip to main content

OLAPDataSourceBase Class

Serves as a base for classes that represent OLAP data sources.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public abstract class OLAPDataSourceBase :
    QueryDataSource<OLAPCubeColumn>,
    IPivotOLAPDataSource,
    IQueryDataSource,
    IPivotGridDataSource,
    IPivotGridDataSourceEmptyImpl,
    IDisposable,
    IPivotOlapDataSourceInteranal

The following members return OLAPDataSourceBase objects:

Inheritance

Object
DevExpress.PivotGrid.QueryMode.QueryDataSource<DevExpress.PivotGrid.OLAP.OLAPCubeColumn>
See Also