IPrxOpenObjectParams

Assembly: Report;

Description

The IPrxOpenObjectParams interface is used to work with the collection of settings for controlling parameters of the object opened by custom button click.

Inheritance Hierarchy

IPrxOpenObjectParams

Comments

Parameter control settings can be obtained using the IPrxUserButtonActionOpenObject.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