2.69.16 Table.Width

Applies to RDL 2003/10 and RDL 2005/01

The Table.Width element specifies the width of a Table. This element is optional. If this element is present, its value MUST be a non-negative RdlSize.

If specified, the value of Table.Width, after the data type is validated, will always be ignored. Whether specified or not, the value of Table.Width MUST instead be derived from the sum of the widths of the component parts of the table, which are the columns.

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

Parent elements

Table

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

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