Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxConfigurationCategories interface contains properties and methods of the collection of express report side panel tab groups.
IEaxConfigurationCategories
Use the IEaxConfigurationPanel.Categories property to work with the collection of groups.
| Property name | Brief description | |
| The Count property returns the number of tab groups. | ||
| The CustomCategoriesCount property returns the number of tab groups which do not belong to the system group, implemented for express reports. | ||
| The Item property returns parameters of the specified tab group. |
| Method name | Brief description | |
| The AddCustom method adds a custom tab group. | ||
| The ClearCustom method removes all tab groups. | ||
| The InsertCustom method inserts the selected group to the selected position in the collection. | ||
| The RemoveByIndex method removes the specified tab group, the index of which is passed using the Index parameter. | ||
| The RemoveCustom method removes the specified tab group. |
See also: