IPivotHeader

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotHeader interface contains properties and methods for working with the collection of dimensions located in the selected table header.

Inheritance Hierarchy

          IPivotDimensionLevelPropertiesCommon

          IPivotHeader

Comments

A table header can be obtained by means of the following properties:

When working with analytical data area the table header described by the IPivotHeader interface can be cast to the IDataAreaHeaderStyleSettingsBase interface to set up formatting by means of the IEaxGridViewSettings.GetStyleSettings property.

Properties

  Property name Brief description
The Dim property returns the dimension located in the assigned position of the selected table header.
The DimCount property returns the number of dimensions contained in the selected table header.
The EvaluatedSlots property returns the collection of calculated columns located in table sidehead.
The Numbering property returns numbering control parameters in headers.
The Settings property returns table header settings.
The StairsHierarchy property determines whether stairs hierarchy will be used.

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 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.

Methods

  Method name Brief description
The AddDim method adds a dimension to the selected table header.
The Clear method deletes all dimensions from the selected table header.
The DeleteDim method deletes the specified dimension from the selected table header.
The InsertDim method inserts the dimension to the specified area of the selected table header.

See also:

Pivot Assembly Interfaces