Report > Report Assembly Interfaces > IPrxToolbarElements
Assembly: Report;
The IPrxToolbarElements interface is used to work with the collection of toolbar elements.
IPrxToolbarElements
The collection of elements can be obtained using the following 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. |
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: