2.320.1 Variable.Name

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

The Variable.Name attribute specifies a unique name for a Variable to be used in expressions in a report. This attribute MUST be specified. The value of this attribute MUST be a case-sensitive CLS-compliant identifier [UTR15] that is unique for all the Variable elements within a Report.

Following is the parent element of the Variable.Name attribute.

Parent elements

Variable

The following is the XML Schema definition of the Variable.Name attribute.

 <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />