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

TcxCustomPivotGridOLAPProvider.GetDisplayName Method

Returns the provider name.

#Declaration

Delphi
class function GetDisplayName: string; virtual;

#Returns

Type
string

#Remarks

The name is used to identify the provider in a list of providers registered for OLAP data sources. This list is exposed by an OLAP data source’s Provider property at design time.

By default, this function returns an empty string. TcxCustomPivotGridOLAPProvider descendants override this function to return a meaningful name.

See Also