Back to Devexpress

TcxPivotGridCustomOLAPDataSource Class

vcl-cxcustompivotgrid-9ef0b58d.md

latest2.2 KB
Original Source

TcxPivotGridCustomOLAPDataSource Class

Serves as the base class for all classes that provide binding functionality between OLAP cube metadata and ExpressPivotGrid elements.

Declaration

delphi
TcxPivotGridCustomOLAPDataSource = class(
    TcxCustomComponent,
    IInterface,
    IdxTreeOwner
)

Remarks

This class allows you to:

  • Create pivot grid fields and field groups based on a linked cube’s metadata: measures, dimensions, named sets, KPIs, and hierarchy members (RetrieveFields).

  • Initialize the properties of pivot grid fields that are created (OnInitializeField).

The implemented functionality allows TcxPivotGridCustomOLAPDataSource descendants to connect to OLAP cubes using various connection types. The TcxPivotGridOLAPDataSource component (a TcxPivotGridCustomOLAPDataSource descendant) shipped with the ExpressPivotGrid Suite implements the connection using ADO connection objects.

Implements

IInterface

IdxTreeOwner

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxPivotGridCustomOLAPDataSource

See Also

TcxPivotGridOLAPField

Fields in OLAP Mode

TcxPivotGridCustomOLAPDataSource Members

cxCustomPivotGrid Unit