2.69.10 Table.Height

Applies to RDL 2003/10 and RDL 2005/01

The Table.Height element specifies the height 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.Height after performing the above validations will always be ignored. Whether specified or not, the value of Table.Height MUST instead be derived from the sum of the heights of the component parts of the table, which are the header, detail, and footer rows.

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

Parent elements

Table

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

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