corelibraries-devexpress-dot-xtrapivotgrid-dot-data-34a827ec.md
Serves as a base for classes that represent OLAP data sources.
Namespace : DevExpress.XtraPivotGrid.Data
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public abstract class OLAPDataSourceBase :
QueryDataSource<OLAPCubeColumn>,
IPivotOLAPDataSource,
IQueryDataSource,
IPivotGridDataSource,
IPivotGridDataSourceEmptyImpl,
IDisposable,
IPivotOlapDataSourceInteranal
Public MustInherit Class OLAPDataSourceBase
Inherits QueryDataSource(Of OLAPCubeColumn)
Implements IPivotOLAPDataSource,
IQueryDataSource,
IPivotGridDataSource,
IPivotGridDataSourceEmptyImpl,
IDisposable,
IPivotOlapDataSourceInteranal
The following members return OLAPDataSourceBase objects:
Object DevExpress.PivotGrid.QueryMode.QueryDataSource<DevExpress.PivotGrid.OLAP.OLAPCubeColumn> OLAPDataSourceBase PivotGridAdomdDataSource
See Also