IPivot.MergedNamingSeparator

Syntax

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 IPivot.MergedNamingMode property is set to PivotMergedNamingMode.UpperElement or PivotMergedNamingMode.LowerElement.

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

Example

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

See also:

IPivot