2.54.2 Subtotal.DataElementOutput

Applies to RDL 2003/10 and RDL 2005/01

The Subtotal.DataElementOutput element specifies whether a Subtotal is included in a Matrix in a data rendering. This element is optional. If the Subtotal.DataElementOutput element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1).

The value of this element MUST be one of the following:

Output (default): Specifies that the subtotal is included in a data rendering.

NoOutput: Specifies that the subtotal is not included in a data rendering.

ContentsOnly: Specifies that the subtotal is included in a data rendering.

If this element is not specified, its value is interpreted as "Output".

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

Parent elements

Subtotal

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

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