2.50.28 Matrix.GroupsBeforeRowHeaders

Applies to RDL 2003/10 and RDL 2005/01

The Matrix.GroupsBeforeRowHeaders element specifies the number of instances of the outermost column group to render before the row headers in a Matrix. This element is optional, and its value MUST be an UnsignedInt. If this element is not specified, its value is interpreted as 0.

If the Matrix.LayoutDirection element value is "LTR", this element specifies the number of instances of the first matrix column group to appear to the left of the matrix row headers.

If the Matrix.LayoutDirection element value is "RTL", this element specifies the number of instances of the first matrix column group to appear to the right of the matrix row headers.

Following is the parent element of the Matrix.GroupsBeforeRowHeaders element.

Parent elements

Matrix

The following is the XML Schema definition of the Matrix.GroupsBeforeRowHeaders element.          

 <xsd:element name="GroupsBeforeRowHeaders" type="xsd:unsignedInt" minOccurs="0" />