IPivotDimensionSettings.GetKeepLeafParents

Syntax

GetKeepLeafParents: Boolean;

Description

The GetKeepLeafParents property returns whether parent elements are displayed for leaf elements.

Comments

Available values:

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

To determine whether parent elements are displayed for dimension leaf elements, use the IPivotDimensionSettings.KeepLeafParents property.

Example

The property use is given in the example for IPivotDimensionSettings.KeepLeafParents.

See also:

IPivotDimensionSettings