2.109 DynamicSeries

Applies to RDL 2003/10 and RDL 2005/01

The DynamicSeries element specifies a series level that repeats with each series group in a rowset of a Chart.

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

Parent elements

SeriesGrouping

Child elements

DynamicSeries.Grouping

DynamicSeries.Label

DynamicSeries.Sorting

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

 <xsd:complexType name="DynamicSeriesType">
   <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" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>