Assembly: Report;
The IPrxOpenObjectParams interface is used to work with the collection of settings for controlling parameters of the object opened by custom button click.
IPrxOpenObjectParams
Parameter control settings can be obtained using the IPrxUserButtonActionOpenObject.Params property.
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. |
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: