2.85.5 Grouping.DataElementOutput
Applies to RDL 2003/10 and RDL 2005/01
The Grouping.DataElementOutput element specifies whether a Grouping is included in a data rendering. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1).
The value of the Grouping.DataElementOutput element MUST be one of the following:
Output (default): Specifies that the group is included in a data rendering.
NoOutput: Specifies that the group is not included in a data rendering.
ContentsOnly: Specifies that the group is included in a data rendering.
If this element is not present, its value is interpreted as "Output".
Following is the parent element of the Grouping.DataElementOutput element.
Parent elements |
---|
Grouping |
The following is the XML Schema definition of the Grouping.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>