IPrxAlgorithmParams

Assembly: Report;

Description

The IPrxAlgorithmParams interface is used to work with the collection of settings for controlling parameters of the calculation algorithm started on custom button click.

Inheritance Hierarchy

IPrxAlgorithmParams

Comments

To get parameter control settings, use the IPrxUserButtonActionAlgorithm.Params property.

Properties

  Property name Brief description
Count The Count property returns the number of parameter control settings in the collection.
Item The Item property returns parameter control settings with the specified index.

Methods

  Method name Brief description
FindById The FindById method searches for parameter control settings based by identifier.
FindByKey The FindByKey method searches for parameter control settings by key.

See also:

Report Assembly Interfaces