IPivotDimensionLevelProperties

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotDimensionLevelProperties interface is used to work with dimension level properties.

Inheritance Hierarchy

          IPivotDimensionLevelPropertiesCommon

          IPivotDimensionLevelProperties

Comments

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

Properties

  Property name Brief description
Namings The Namings property returns the collection of element names.

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.
HierarchyTotals The HierarchyTotals property returns the object that is used to work with hierarchy totals.
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.
LevelTotals The LevelTotals property returns the object that is used to work with totals by level.
Separated The Separated property determines whether level elements are placed in separate columns.

See also:

Pivot Assembly Interfaces