IPivotDimensionFilterSettings

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotDimensionFilterSettings interface is used to work with filtering settings for dimension.

Inheritance Hierarchy

          IPivotDimensionFilterSettings

Comments

To get an object of this type, use the IPivotDimensionSettingsEx.Filter property.

Data filtering parameters can be set by means of the FilterSetup command of the plugin Express.

Properties

  Property name Brief description
Condition The Condition property returns the formula, by which data is filtered for dimension.
UseCondition The UseCondition property determines whether a formula for data filtering is used for dimension.

See also:

Pivot Assembly Interfaces