2.53 DynamicColumns

Applies to RDL 2003/10 and RDL 2005/01

The DynamicColumns element specifies a column header region that repeats with each column group in a rowset in a Matrix.

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

Parent elements

ColumnGrouping

Child elements

DynamicColumns.Grouping

DynamicColumns.ReportItems

DynamicColumns.Sorting

DynamicColumns.Subtotal

DynamicColumns.Visibility

The following is the XML Schema definition of the DynamicColumns element.          

 <xsd:complexType name="DynamicColumnsRowsType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Grouping" type="GroupingType" />
     <xsd:element name="Sorting" type="SortingType" minOccurs="0" />
     <xsd:element name="Subtotal" type="SubtotalType" minOccurs="0" />
     <xsd:element name="ReportItems" type="ReportItemsType" />
     <xsd:element name="Visibility" type="VisibilityType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>