Class | Description | |
---|---|---|
![]() | CustomTreeFolder | A CustomTreeFolder object can be added to the Report Tree to contain CustomTreeNodes. This facilitates the addition of custom (non-Exago) items to the Report Tree. |
![]() | CustomTreeNode | A CustomTreeNode is a custom item that is added to the Report Tree. |
![]() | TreeNode | Each item in the Report Tree is a TreeNode, contained in the TreeNodeCollection. TreeNode is a base class for CustomTreeFolder and CustomTreeNode. To manipulate the Report Tree for Exago reports, use the ReportManagement property of the Api object. |
![]() | TreeNodeCollection | A TreeNodeCollection is a collection of TreeNode objects, folders and reports that appear in the Report Tree. A CustomTreeFolder and CustomTreeNode can be added to the collection for adding custom items to the Report Tree. |