2.150.4 ChartMember.DataElementOutput
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartMember.DataElementOutput element specifies whether an item MUST appear in a data rendering. This element is optional.
If the ChartMember.DataElementOutput element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is one of the following:
Output: Specifies that the item appears in the data rendering output.
NoOutput: Specifies that the item does not appear in the output.
Auto: If the ChartMember.Group element is present, the value of this element is interpreted as "Output".
If the ChartMember.DataElementOutput element is not present, its value is interpreted as "Auto".
Following is the parent element of the ChartMember.DataElementOutput element.
Parent elements |
---|
The following is the XML Schema definition of the ChartMember.DataElementOutput element.
-
<xsd:element name="DataElementOutput" minOccurs="0" maxOccurs="1"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Output" /> <xsd:enumeration value="NoOutput" /> <xsd:enumeration value="ContentsOnly" /> <xsd:enumeration value="Auto" /> </xsd:restriction> </xsd:simpleType> </xsd:element>