Assembly: Report;
The IPrxOpenObjectDimAttributeParamControl interface contains properties that are used to set up control of opened object parameter using dimension attribute value.
IPrxOpenObjectDimAttributeParamControl
To get settings, cast value of the IPrxOpenObjectParam.Control property to the IPrxOpenObjectDimAttributeParamControl interface. It is relevant if the IPrxOpenObjectParam.Type property is set to PrxOpenObjectParamType.DimensionAttribute.
Property name | Brief description | |
Attribute | The Attribute property determines identifier of the attribute, which values will be sent to opened object. | |
CheckTable | The property is outdated and is kept for compatibility. | |
DimId | The DimId property determines identifier of the dimension, from which attribute values will be taken. | |
GridId | The property is outdated and is kept for compatibility. | |
SelectionType | The SelectionType property determines a selection type, according to which attribute values will be sent to opened object parameter. |
Property name | Brief description | |
Value | The Value property returns the value that will be sent to opened object parameter. |
See also: