IPrxUserButtonActionAlgorithm

Assembly: Report;

Description

The IPrxUserButtonActionAlgorithm interface is used to set up calculation algorithm startup as a custom button handler.

Inheritance Hierarchy

          IPrxUserButtonAction

          IPrxUserButtonActionAlgorithm

Comments

To set up algorithm startup, cast value of the IPrxUserButton.Action property to the IPrxUserButtonActionAlgorithm interface.

Properties

  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.

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