Assembly: Report;
The IPrxUserButtonActionAlgorithm interface is used to set up calculation algorithm startup as a custom button handler.
IPrxUserButtonActionAlgorithm
To set up algorithm startup, cast value of the IPrxUserButton.Action property to the IPrxUserButtonActionAlgorithm interface.
Property name | Brief description | |
Algorithm | The Algorithm property determines description of the algorithm that will be calculated. | |
Params | The Params property returns the collection of settings for controlling calculation algorithm parameters. |
Method name | Brief description | |
Invoke | The Invoke method executes a button action handler and returns the obtained result. |
See also: