VS.1.2 parameter
The parameter property allows you to read and write Variables that have been defined in a Worksheet (Creating a Variable in Data Mashup) or Input controls that have been defined in a Viewsheet. The syntax is
parameter.variableName
where variableName is the name of the Variable asset defined in the Worksheet or the Input component defined in the Viewsheet.
Example: parameter.stateSelector
Example: parameter.RadioButton1
You can also define new parameters within the Viewsheet itself.
Example: parameter.myParamName = 'Hello';
See Also
Input Components, in Dashboard Design, for more information on Input controls.
Creating a Variable, in Data Mashup, for more on using Variable assets.
| << thisViewsheet.setActionVisible(name,Boolean) | © 1996-2013 InetSoft Technology Corporation (v11.4) | parameter._GROUPS_ >> |