2.50.16 Matrix.Width

Applies to RDL 2003/10 and RDL 2005/01

The Matrix.Width element specifies the width of a Matrix. This element is optional. If this element is specified, its value MUST be a non-negative RDLSize.

If specified, the value of Matrix.Width after performing the above validations will always be ignored. Regardless of whether it is specified, the value of Matrix.Width is derived from the sum of the widths of the component parts of the matrix that are the matrix details columns and row headers.

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

Parent elements

Matrix

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

 <xsd:element name="Width" type="SizeType" minOccurs="0" />