IEaxConfigurationCategories

Assembly: Express;

Name space: Prognoz.Platform.Interop.Express;

Description

The IEaxConfigurationCategories interface contains properties and methods of the collection of express report side panel tab groups.

Inheritance Hierarchy

          IEaxConfigurationCategories

Comments

Use the IEaxConfigurationPanel.Categories property to work with the collection of groups.

Properties

  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.

Methods

  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:

Express Assembly Interfaces