IPrxToolbarElements

Assembly: Report;

Description

The IPrxToolbarElements interface is used to work with the collection of toolbar elements.

Inheritance Hierarchy

IPrxToolbarElements

Comments

The collection of elements can be obtained using the following properties:

Properties

  Property name Brief description
Count The Count property returns the number of elements in the collection.
Item The Item property returns settings of toolbar element with the specified index.

Methods

  Method name Brief description
Add The Add method adds an element of the specified type to the toolbar.
FindByKey The FindByKey method searched for a toolbar element by key and returns its settings in case of successful search.
Move The Move method moves a toolbar element within the collection.
MoveTo The MoveTo method moves toolbar element to the specified collection of elements.
RemoveByKey The RemoveByKey method remove the element with the specified key from the collection.

See also:

Report Assembly Interfaces