Assembly: Pivot;
The IPivotDemensionLevel interface is used to work with table dimension level.
IPivotDimensionLevelPropertiesCommon
IPivotDimensionLevelProperties
IPivotDimensionLevel
To get the dimension level, use the IPivotDimensionLevels.Item property.
When working with analytical data area the dimension level described by the IPivotDimensionLevel interface can be cast to the IDataAreaHeaderStyleSettingsBase interface to set up formatting by means of the IEaxGridViewSettings.GetStyleSettings property.
Property name | Brief description | |
Dimension | The Dimension property returns a parent object of dimension level. | |
Level | The Level property returns an object used to work with level as dictionary element level. |
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. |
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: