IPivotCustomDimNaming.ElementName

Fore Syntax

ElementName(Element: Integer): String;

Fore.NET Syntax

ElementName(Element: uinteger): string;

Parameters

Element. Dimension element index.

Description

The ElementName property returns a custom name of element by its index.

Comments

To determine a template of custom name of elements, use the IPivotCustomDimNaming.Expression property.

Fore and Fore.NET Examples

The property use is given in the example for IPivotDimNamings.CustomNaming.

See also:

IPivotCustomDimNaming