TcxCustomPivotGridOLAPProvider.GetDisplayName Method
Returns the provider name.
Declaration
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