2.102.4 DataLabel.Value

Applies to RDL 2003/10 and RDL 2005/01

The DataLabel.Value element specifies the text for a DataLabel. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. If this element is not present, its value is interpreted as an empty string.

Following is the parent element of the DataLabel.Value element.

Parent elements

DataLabel

The following is the XML Schema definition of the DataLabel.Value element.

 <xsd:element name="Value" type="xsd:string" minOccurs="0" />