2.101.3 DataPoint.DataElementOutput

Applies to RDL 2003/10 and RDL 2005/01

The DataPoint.DataElementOutput element specifies whether a DataPoint appears in a data rendering. This element is optional.

If the DataPoint.DataElementOutput element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is one of the following:

Output (default): Specifies that the data point appears in the data rendering output.

NoOutput: Specifies that the data point does not appear in the data rendering output.

If the DataPoint.DataElementOutput element is not present, its value is interpreted as "Output".

Following is the parent element of the DataPoint.DataElementOutput element.

Parent elements

DataPoint

The following is the XML Schema definition of the DataPoint.DataElementOutput element.

 <xsd:element name="DataElementOutput" minOccurs="0">
   <xsd:simpleType>
     <xsd:restriction base="xsd:string">
       <xsd:enumeration value="Output" />
       <xsd:enumeration value="NoOutput" />
     </xsd:restriction>
   </xsd:simpleType>
 </xsd:element>