Assembly: Express;
The IEaxSelectionPadContext interface is used to work with dimensions placed on side panel tabs.
IEaxSelectionPadContext
To work with collection of express report side panel tabs, use properties and methods of the IEaxConfigurationPads interface.
Property name | Brief description | |
DimSelection | The DimSelection property returns dictionary selection. | |
FocusedElement | The FocusedElement property returns selected dimension element. |
Property name | Brief description | |
SystemPadId | The SystemPadId property returns identifier of the side panel component. |
Method name | Brief description | |
EditDimension | The EditDimension method edits dimension which element was selected. | |
EditHierarchyFormula | The EditHierarchyFormula method edits formula of current hierarchy element. | |
HierarchyDeleteElement | The HierarchyDeleteElement method removes current hierarchy element. | |
HierarchyNewElement | The HierarchyNewElement method adds new element to the hierarchy. | |
HierarchyRenameElement | The HierarchyRenameElement method renames current hierarchy element. | |
PopupCommand | The PopupCommand method executes action on collapsed hierarchy. | |
PopupLevelName | The PopupLevelName method determines hierarchy level by its index. | |
PopupSort | The PopupSort method sorts hierarchy elements. | |
PopupSortAttribute | The PopupSortAttribute method sorts hierarchy elements by specified attribute. | |
RevertCommand | The RevertCommand method resets dimension settings. |
See also: