IPivotDimensionSettings.LeafElementsOnly

Fore Syntax

LeafElementsOnly: TriState;

Fore.NET Syntax

LeafElemetnsOnly: Prognoz.Platform.Interop.ForeSystem.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.

Fore and Fore.NET Examples

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

See also:

IPivotDimensionSettings