Assembly: Report;
The IPrxUserButtonActionForeMethod interface is used to set up Fore method as a custom button handler.
IPrxUserButtonActionForeMethod
To set up Fore method, cast value of the IPrxUserButton.Action property to the IPrxUserButtonActionForeMethod interface.
Fore method is also used to determine button availability. Corresponding settings are returned by the IPrxUserButton.UpdateEnable property.
Property name | Brief description | |
ForeMethod | The ForeMethod property determines a Fore method that should be triggered on handler start. |
Method name | Brief description | |
Invoke | The Invoke method executes a button action handler and returns the obtained result. |
See also: