IPivotDimensionLevelPropertiesCommon

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotDimensionLevelPropertiesCommon interface is used to work with basic properties of dimension level.

Inheritance Hierarchy

          IPivotDimensionLevelPropertiesCommon

Comments

This interface is basic for the following interfaces:

Properties

  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 items 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 an object used to work with totals by hierarchy.
IsChildrenBeforeParents The IsChildrenBeforeParents property returns whether child elements of hierarchy are placed before parent ones.
IsCollapseChildren The IsCollapseChildren property returns whether dimension child items are collapsed.
IsDuplicateParent The IsDuplicateParent property returns whether level elements are repeated from child ones.
IsSeparated The IsSeparated property returns whether level elements are placed in separate columns.
LevelTotals The LevelTotals property returns an object used to work with totals by level.
Separated The Separated property determines whether level elements are placed in separated columns.

See also:

Pivot Assembly Interfaces