2.95 DynamicCategories

Applies to RDL 2003/10 and RDL 2005/01

The DynamicCategories element specifies a category header region that repeats with each category group in a rowset of a Chart.

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

Parent elements

CategoryGrouping

Child elements

DynamicCategories.Grouping

DynamicCategories.Label

DynamicCategories.Sorting

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

 <xsd:complexType name="DynamicCategoriesType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Grouping" type="GroupingType" />
     <xsd:element name="Sorting" type="SortingType" minOccurs="0" />
     <xsd:element name="Label" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>