2.69.26 Table.DetailDataElementOutput

Applies to RDL 2003/10 and RDL 2005/01

The Table.DetailDataElementOutput element specifies whether the data in the details is included in a data rendering of the Table. This element is optional. If specified, the value of the Table.DetailDataElementOutput element MUST be a String ([XMLSCHEMA2/2] section 3.2.1). The specified value for this element MUST be one of the following:

Output (Default): Specifies that the detail data is included in a data rendering.

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

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

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

If a grouping is specified for the detail data, the Table.DetailDataElementOutput element is ignored, and the value of Grouping.DataElementOutput is used to determine whether the data in the details is included in a data rendering.

Following is the parent element of the Table.DetailDataElementOutput element.

Parent elements

Table

The following is the XML Schema definition of the Table.DetailDataElementOutput element.

 <xsd:element name="DetailDataElementOutput" 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>