Assembly: Report;
The IPrxUserButtonActionOpenObject interface is used to set up opening a repository object as a custom button handler.
IPrxUserButtonActionOpenObject
To set up opening a repository object, cast value of the IPrxUserButton.Action property to the IPrxUserButtonActionOpenObject interface.
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. |
Method name | Brief description | |
Invoke | The Invoke method executes a button action handler and returns the obtained result. |
See also: