2.3.18 Report.DeferVariableEvaluation

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

The Report.DeferVariableEvaluation element specifies that Variables throughout a Report are not required to be evaluated at the beginning of report processing and can be evaluated on-demand based on the variable’s usage.

The Report.DeferVariableEvaluation element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

Following is the parent element of the Report.DeferVariableEvaluation element.

Parent elements

Report

The following is the XML Schema definition of the Report.DeferVariableEvaluation element.

 <xsd:element name="DeferVariableEvaluation" type="xsd:boolean" minOccurs="0" />