IPivotDimension

Assembly: Pivot;

Description

The IPivotDimension interface contains properties of a data source dimension.

Inheritance Hierarchy

          IPivotDimensionLevelPropertiesCommon

          IPivotDimensionLevelProperties

          IPivotDimension

Comments

Dimension properties can be obtained by means of the following properties and methods:

When working with analytical data area the dimension described by the IPivotDimension interface can be cast to the following interfaces:

Properties

  Property name Brief description
DimInstance The DimInstance property returns dimension data.
Levels The Levels property returns the collection of dimension levels.
Settings The Settings property returns data source dimension settings.

Properties inherited from IPivotDimensionLevelProperties

  Property name Brief description
Namings The Namings property returns the collection of element names.
Numbering The Numbering property returns numbering control parameters in table dimension/level.

Properties inherited from IPivotDimensionLevelPropertiesCommon

  Property name Brief description
ChildrenBeforeParents The ChildrenBeforeParents property determines whether to place child elements of hierarchy before parent ones.
CollapseChildren The CollapseChildren property determines whether dimension(s) child elements will be collapsed on creating a table.
DuplicateParent The DuplicateParent property determines whether level elements are repeated for child ones.
IsChildrenBeforeParents The IsChildrenBeforeParents property returns whether child elements of hierarchy are placed before parent ones.
IsCollapseChildren The IsCollapseChildren property returns whether dimension child elements are collapsed.
IsDuplicateParent The IsDuplicateParent property returns whether level elements are repeated for child ones.
IsSeparated The IsSeparated property returns whether level elements are placed in separate columns.
Separated The Separated property determines whether level elements are placed in separate columns.

See also:

Pivot Assembly Interfaces