IPivot.MergedNamingSeparator

Syntax

MergedNamingSeparator: String;

MergedNamingSeparator: String;

Description

The MergedNamingSeparator property determines the separator that will be used on merging names of elements from different dimensions.

Comments

The property is relevant if the MergedNamingMode property is set to PivotMergedNamingMode.UpperElement or PivotMergedNamingMode.LowerElement.

The "," character is used as a default separator.

Fore and Fore.NET Examples

The property use is given in the example for IPivot.MergedNamingMode.

See also:

IPivot