Parameter Types
-
Parameter Types
To modify or access the parameter properties including parameter type: Right-click on the parameter and select Properties. The parameter property pane opens ...
-
Questionnaire Element Parameters
The following Questionnaire Element parameter types are used in Forsta Reportal: Fixed Questionnaire Element - You define a list of questions that ...
-
Response Parameters
Parameters of this type are used to store answers on a given question.To connect the parameter to a specific question, first set the parameter type in the pr...
-
String Response Parameters
Masking String Response ParametersSimple Single String Response parameter maskmask.Access = ParameterAccessType.Exclusive; //This declares the mask excludes ...
-
Numeric Response Parameters
Example - Defining the size of a Chart using a Numeric Response parameterif(!state.Parameters.IsNull("p_width")) { //Gets the width if entered in the p_w...