2.16.10 Textbox.Height

The Textbox.Height element specifies the height of a Textbox. This element is optional. If this element is present, its value MUST be an RdlSize. If this element is not present, its value is interpreted as the height of the text box's container, such as Rectangle or Body, minus the value of the Textbox.Top element, if specified.

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

Parent elements

Textbox

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

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