Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also