2.34.3 TablixMember.DataElementOutput

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The TablixMember.DataElementOutput element specifies the inclusion of a TablixMember in a data rendering. This element is optional and MUST NOT be specified more than once.

If this element is specified, its value MUST be one of the following:

Auto (default): If the parent element is a dynamic member, this value is interpreted as "Output".

Output: The TablixMember appears in the data rendering output.

NoOutput: The TablixMember does not appear in the data rendering output.

If the parent element is a static member and if the parent element has a TablixHeader element, this value is interpreted as "Output". Otherwise, this value is interpreted as "NoOutput".

If the TablixMember.DataElementOutput element is not specified, its value is interpreted as "Auto".

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

Parent elements

TablixMember

The following is the XML Schema definition of the TablixMember.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:enumeration value="Auto" />
     </xsd:restriction>
   </xsd:simpleType>
 </xsd:element>