The Input Values property controls the inputs given to the Specification in the Specification Host Control.
Property Type: Dynamic
Default Value: No default value is applied to this property
Hierarchical Reference: ControlName.InputValues
The default value of the property can be changed by any of the following methods:
Input Value Rule | Result |
---|---|
{"Name","Value";"Height","200"} | Will pass the value 200 into a constant or control named Height in the hosted specification. |
The recommended method for passing a dynamic array into the hosted specification is to create a Calculation Table in the project hosting the specification.
Input Value Rule | Result |
---|---|
DWCalcHostedSpecificationValues | From the Calculation Table given below this will pass the value selected in the Height control into the hosted specification. |
Where the table is constructed as follows:
Name | Value |
---|---|
"Height" | HeightReturn |
Value can be controlled by a rule.