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.v18.1.Core.dll

Declaration

public abstract class OLAPDataSourceBase :
    QueryDataSource<OLAPCubeColumn>,
    IOLAPHelpersOwner,
    IPivotOLAPDataSource,
    IQueryDataSource,
    IDataSourceHelpersOwner<OLAPCubeColumn>,
    IPivotGridDataSource,
    IDisposable,
    ICustomFunctionsContainer

The following members accept/return OLAPDataSourceBase objects:

Inheritance

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