IsLeafElementsOnly: Boolean;
The IsLeafElementsOnly property returns whether only leaf elements are displayed.
Available values:
True. Only dimension leaf elements are displayed.
False. Dimension leaf elements are not displayed.
Leaf elements are elements that do not have selected child elements.
To determine whether only dimension leaf elements are displayed, use IPivotDimensionSettings.LeafElementsOnly.
The property use is given in the example for IPivotDimension.Settings.
See also: