IPivotDimensionSettingsEx

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotDimensionSettingsEx interface is used to work with additional settings of table dimension.

Inheritance Hierarchy

          IPivotDimensionSettings

          IPivotDimensionSettingsEx

Comments

To get an object of this type, use IPivotDimension.Settings.

Properties

  Property name Brief description
Filter The Filter property returns parameters of dimension data filtering.

Properties inherited from IPivotDimensionSettings

  Property name Brief description
GetKeepLeafParents The GetKeepLeafParents property returns whether parent elements are displayed for leaf elements.
IsJoinAdditionalAttributes The IsJoinAdditionalAttributes property returns whether additional dimension names are joined.
IsLeafElementsOnly The IsLeafElementsOnly property returns whether only leaf elements are displayed.
JoinAdditionalAttributes The JoinAdditionalAttributes property determines whether additional dimension names are joined.
KeepLeafParents The KeepLeafParents property determines whether parent elements are displayed for dimension leaf elements.
LeafElemetsOnly The LeafElemetsOnly property determines whether only leaf elements of dimension are displayed.

See also:

Pivot Assembly Interfaces