2.328.3 Field.Value

The Field.Value element specifies a value or an expression that evaluates to a value for this Field. The expression MUST NOT contain aggregate functions or references to report items.

The Field.Value element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1), and the Field.DataField element MUST NOT be specified.

The following are the parent element and attribute of the Field.Value element.

Parent elements

Field

Attributes

Field.Value.DataType

The following is the XML Schema definition of the Field.Value element in RDL 2003/10 and RDL 2005/01.

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

The following is the XML Schema definition of the Field.Value element in RDL 2008/01, RDL 2010/01 and RDL 2016/01.

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