Assembly: Report;
The IPrxOpenObjectConstantParamControl interface contains properties that are used to set up control of the parameter of opened object using a constant value.
IPrxOpenObjectConstantParamControl
To get settings, cast value of the IPrxOpenObjectParam.Control property to the IPrxOpenObjectConstantParamControl interface. It is relevant if the IPrxOpenObjectParam.Type property is set to PrxOpenObjectParamType.Constant.
Property name | Brief description | |
Value | The Value property determines a constant value sent to parameter of opened object. |
Property name | Brief description | |
Value | The Value property returns the value that will be sent to opened object parameter. |
See also: