IEaxConfigurationCategories

Assembly: 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
Count

The Count property returns the number of tab groups.
CustomCategoriesCount

The CustomCategoriesCount property returns the number of tab groups which do not belong to the system group, implemented for express reports.
Item

The Item property returns parameters of the specified tab group.

Methods

  Method name Brief description
AddCustom

The AddCustom method adds a custom tab group.
ClearCustom

The ClearCustom method removes all tab groups.
InsertCustom

The InsertCustom method inserts the selected group to the selected position in the collection.
RemoveByIndex

The RemoveByIndex method removes the specified tab group, the index of which is passed using the Index parameter.
RemoveCustom

The RemoveCustom method removes the specified tab group.

See also:

Express Assembly Interfaces