property Expression.EvaluationResult as String
Specifies the evaluation result, each line indicates a result value.

TypeDescription
String A String expression that indicates the result of evaluation for each line in the EvaluationText property
The EvaluationResult property specifies the result for each evaluation ( line ). The EvaluationText property specifies the values for variables in the expression to be evaluated ( per line ). The IsValid property indicates whether the control's expression is valid/syntactically correct. Use the Evaluate property to get the result of evaluation of the control's expression. The Expression/Text property assigns a new expression to the control.