IEaxConfigurationPads

Assembly: Express;

Description

The IEaxConfigurationPads interface contains properties and methods used to work with collection of pads of express report side panel.

Comments

The pads collection of navigation panel can be obtained in the IEaxCustomConfigurationCategory.Pads property.

Interface features

  Property name Brief description
Count

The Count property returns the number of pads in the collection.
Item

The Item property returns parameters of the specified pad, the index of which is defined as input parameter.

Interface methods

  Method name Brief description
Add The Add method adds the specified pad to the collection.
Clear The Clear method removes all pads form the collection.
Insert The Insert method inserts the specified pad to the specified position in the collection.
PadIndex The PadIndex method returns pad index in the collection.
Remove The Remove method removes the specified pad from the group.

See also:

Express Assembly Interfaces