Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaHierarchy interface is used to work with alternative hierarchy of analytical data area.
IEaxDataAreaHierarchy
To get object of this type, use properties and methods of the IEaxDataAreaHierarchies interface.
| Property name | Brief description | |
| AutoSort | The AutoSort property determines whether automatic sorting of alternative hierarchy elements will be used. | |
| CustomDimension | The CustomDimension property returns object to work with facts dimension. | |
| ElementStyle | The ElementStyle property determines cell formatting style for alternative hierarchy element. | |
| FilterTransformations | The FilterTransformations property returns collection of data transformation formulas of alternative hierarchy elements. | |
| Hierarchies | The Hierarchies property returns parent object of alternative hierarchy. | |
| Hierarchy | The Hierarchy property returns data of alternative hierarchy. | |
| HierarchySettings | The HierarchySettings property determines alternative hierarchy settings. | |
| IsAutoSort | The IsAutoSort property returns attribute whether automatic sorting is used for alternative hierarchy elements. | |
| IsFiltered | The IsFiltered property returns attribute whether filtering of alternative hierarchy was done. | |
| IsSorted | The IsSorted property returns the attribute whether there was a sorting of alternative hierarchy elements. | |
| Selection | The Selection property returns dimension selection. | |
| Slice | The Slice property returns analytical data area slice. | |
| SortDirection | The SortDirection property determines sorting order of alternative hierarchy elements. | |
| SortTransformations | The SortTransformations property returns collection of data transformation formulas of alternative hierarchy elements. |
| Property name | Brief description | |
| Id | The Id property returns object identifier. | |
| Key | The Key property returns object key. | |
| Name | The Name property returns object name. |
| Method name | Brief description | |
| Filter | The Filter method filters alternative hierarchy elements. | |
| Sort | The Sort method sorts alternative hierarchy elements. |
See also: