IPivotDimensionSettings.GetKeepLeafParents

Fore Syntax

GetKeepLeafParents: Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IPivotDimensionSettings