2.293.22 Style.LineHeight

The Style.LineHeight element specifies the height of a line of text in a report item. This element is optional. If this element is present, its value MUST be an RdlSize or an expression that evaluates to an RdlSize.

If the Style.LineHeight element is not present, its value MUST be determined by the particular renderer that renders its associated text based on the Style.FontSize element for the text. The value of the Style.LineHeight element MUST NOT be a size that is greater than 1000 pt or the equivalent. The value of this element MUST NOT be a size that is less than 1 pt or the equivalent.

If the grandparent element of the Style.LineHeight element is not Paragraph, Textboxor Subtotal, the Style.LineHeight element is ignored.

Following is the parent element of the Style.LineHeight element.

Parent elements

Style

The following is the XML Schema definition of the Style.LineHeight element.

 <xsd:element name="LineHeight" type="xsd:string" minOccurs="0" />