2.272 DataColumnHierarchy

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

The DataColumnHierarchy parent element defines the hierarchy of DataMember elements for column data of a CustomReportItem. The definition and use of column data is determined by the custom report item.

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

Parent elements

CustomData

Child element

DataColumnHierarchy.DataMembers

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

 <xsd:complexType name="DataColumnHierarchyType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="DataMembers" type="DataMembersType" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="DataColumnHierarchyType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="DataMembers" type="DataMembersType" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>