IPivotDimensionSettings.IsLeafElementsOnly

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.

Example

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

See also:

IPivotDimensionSettings