IPivotDimensionFilterSettings.UseCondition

Fore Syntax

UseCondition: Boolean;

Fore.NET Syntax

UseCondition: boolean;

Description

The UseCondition property determines whether a formula for data filtering is used for dimension.

Comments

Available values:

To get the expression, by which data is filtered, use IPivotDimensionFilterSettings.Condition.

Fore and Fore.NET Examples

The property use is given in the example for IPivotDimensionFilterSettings.Condition.

See also:

IPivotDimensionFilterSettings