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

cxGetPivotGridOLAPDataSourceProviders Method

Returns a list of providers registered for OLAP data sources.

#Declaration

Delphi
function cxGetPivotGridOLAPDataSourceProviders: TcxRegisteredClasses;

#Returns

Type
TcxRegisteredClasses

#Remarks

By default, the list includes two built-in providers:

You can extend the list with custom providers or remove any provider from the list using a provider’s Register and Unregister method calls.

At design time, the list is exposed by an OLAP data source’s Provider property.

See Also