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

OLAPDataSourceBase Class

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

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Package: DevExpress.PivotGrid.Core

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