2.66 DynamicRows
Applies to RDL 2003/10 and RDL 2005/01
The DynamicRows element specifies a row header region that repeats with each row group in a rowset in a Matrix.
The following are the parent and child elements of the DynamicRows element.
Parent elements |
---|
Child elements |
---|
The following is the XML Schema definition of the DynamicRows 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>