IPivotDimensionSettings.IsLeafElementsOnly

Fore Syntax

IsLeafElementsOnly: Boolean;

Fore.NET Syntax

IsLeafElementsOnly: boolean;

Description

The IsLeafElementsOnly property returns whether only leaf elements are displayed.

Comments

Available values:

Leaf elements are elements that do not have selected child elements.

To determine whether only dimension leaf elements are displayed, use IPivotDimensionSettings.LeafElementsOnly.

Fore and Fore.NET Examples

The property use is given in the example for IPivotDimension.Settings.

See also:

IPivotDimensionSettings