2.33 TablixMembers

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

The TablixMembers element defines a collection of TablixMember elements for a hierarchy.

The following are the parent and child elements of the TablixMembers element.

Parent elements

TablixColumnHierarchy

TablixMember

TablixRowHierarchy

Child elements

TablixMembers.TablixMember

The following is the XML Schema definition of the TablixMembers element in RDL 2008/01.

 <xsd:complexType name="TablixMembersType">
   <xsd:sequence minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="TablixMember" type="TablixMemberType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the TablixMembers element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="TablixMembersType">
   <xsd:sequence minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="TablixMember" type="TablixMemberType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>