IPrxUserButtonActionOpenObject

Assembly: Report;

Description

The IPrxUserButtonActionOpenObject interface is used to set up opening a repository object as a custom button handler.

Inheritance Hierarchy

          IPrxUserButtonAction

          IPrxUserButtonActionOpenObject

Comments

To set up opening a repository object, cast value of the IPrxUserButton.Action property to the IPrxUserButtonActionOpenObject interface.

Properties

  Property name Brief description
JsFunction The JsFunction property determines name of the JavaScript function that will work on object startup.
ObjectForOpen The ObjectForOpen property determines description of opened repository object.
OpenInModal The OpenInModal property determines whether an object opens in the modal mode.
Params The Params property returns the collection of parameter control settings of opened object.
SheetsForRefresh The SheetsForRefresh property determines an array of sheet keys that will be refreshed after button handler is executed.

Methods inherited from IPrxUserButtonAction

  Method name Brief description
Invoke The Invoke method executes a button action handler and returns the obtained result.

See also:

Report Assembly Interfaces