Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotDimension interface contains properties of a data source dimension.
IPivotDimensionLevelPropertiesCommon
IPivotDimensionLevelProperties
IPivotDimension
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:
IDataAreaHeaderSettingsBase - to get display settings by means of the IEaxGridViewSettings.GetViewSettings property.
IDataAreaHeaderStyleSettingsBase - to get formatting style by means of the IEaxGridViewSettings.GetStyleSettings property.
IDataAreaTransformationsGetter - to set up transformation formulas by dimension by means of the IEaxDataAreaSlice.GetTransformations or IEaxDataAreaSlice.GetFootnotesTransformations method.
| Property name | Brief description | |
|
Outdated. Use IPivotDimensionLevelPropertiesCommon.Separated. |
|
| DimInstance | The DimInstance property returns dimension data. | |
| LeafElementsOnly | The LeafElementsOnly property determines whether to put only leaf elements in the report. | |
| Levels | The property returns collection of dimension levels. | |
| ReverseOrder | The ReverseOrder property determines whether a reverse order of elements in a dimension is used. | |
|
Outdated. Use IPivotDimensionLevelPropertiesCommon.Separated. |
|
| Settings | The Settings property returns table dimension settings. |
| Property name | Brief description | |
| Namings | The Namings property returns the collection of element names. |
| 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: