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.Provider Property

Specifies the provider to be used to access OLAP cube data.

#Declaration

Delphi
property Provider: TcxCustomPivotGridOLAPProvider read; write;

#Property Value

Type
TcxCustomPivotGridOLAPProvider

#Remarks

Assign a TcxCustomPivotGridOLAPProvider descendant to this property and cast it to the corresponding class in order to access provider-specific settings. At design time, the Provider property provides a drop-down list populated with OLAP data providers registered for OLAP data sources. By default, the list includes two built-in providers:

Alternatively, you can use the ProviderClass or ProviderClassName property to specify the provider.

See Also