2.20.8 TextRun.Value.EvaluationMode

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The TextRun.Value.EvaluationMode attribute specifies whether TextRun.Value is treated as an expression or constant value. This attribute is optional. If this attribute is present, its value MUST be one of the following:

Auto: Specifies that TextRun.Value is treated as an expression if it starts with "=" and as a constant otherwise.

Constant: Specifies that TextRun.Value is treated as a constant value.

If this element is not present, its value is interpreted as "Auto". Following is the parent element of the TextRun.Value.EvaluationMode attribute.

Parent elements

TextRun.Value

The following is the XML Schema definition of the TextRun.Value.EvaluationMode attribute.

 <xsd:attribute name="EvaluationMode" type="EvaluationModeType" default="Auto" />