Back to Devexpress

TcxPivotGridOLAPDataSource Class

vcl-cxpivotgridolapdatasource-c5fd5e19.md

latest2.6 KB
Original Source

TcxPivotGridOLAPDataSource Class

A data source providing OLAP cube data for unbound ExpressPivotGrid controls.

Declaration

delphi
TcxPivotGridOLAPDataSource = class(
    TcxPivotGridCustomOLAPDataSource
)

Remarks

This class reads a linked OLAP cube’s metadata, interprets it in terms of pivot grid elements and provides data for the pivot grid control. To access OLAP cubes, the TcxPivotGridOLAPDataSource component uses a specially designed provider (a TcxCustomPivotGridOLAPProvider descendant), which maintains a connection. Link this component to an unbound pivot grid using the pivot grid’s OLAPDataSource property to visualize OLAP cube data.

In addition to the settings inherited from the base TcxPivotGridCustomOLAPDataSource class, the TcxPivotGridOLAPDataSource class introduces the properties that allow you to:

Important

Refer to the OLAP Requirements and Limitations topic, to learn about OLAP mode requirements and limitations.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxPivotGridCustomOLAPDataSource TcxPivotGridOLAPDataSource

See Also

TcxPivotGridOLAPDataSource

TcxPivotGridOLAPField

OLAP Requirements and Limitations

TcxPivotGridOLAPDataSource Members

cxPivotGridOLAPDataSource Unit