IPivotDimensionSettings.LeafElementsOnly

Syntax

LeafElementsOnly: TriState;

Description

The LeafElemetsOnly property determines whether only leaf elements of dimension are displayed.

Comments

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

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

Example

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

See also:

IPivotDimensionSettings