IPrxUserButtons

Assembly: Report;

Description

The IPrxUserButtons interface is used to work with the collection of regular report custom buttons.

Inheritance Hierarchy

IPrxUserButtons

Comments

The collection of custom buttons can be obtained using the IPrxReport.UserButtons property.

Properties

  Property name Brief description
Count The Count property returns the number of custom buttons in the collection.
Item The Item property returns settings of custom button with the specified index.

Methods

  Method name Brief description
Add The Add method adds a user method button with the specified description and type.
AddByType The AddByType method creates a custom button with the specified type.
FindByKey The FindByKey method finds by key and returns custom button settings if being successfully found.
Remove The Remove method removes a custom button with the specified index from the collection.
RemoveByKey The RemoveByKey method removes the custom button with the specified key from the collection.

See also:

Report Assembly Interfaces