2.293.37 Style.VerticalAlign

The Style.VerticalAlign element specifies the vertical alignment of text within a report item. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Default: Specifies the default vertical text alignment, which is the same as "Top".

Top: Specifies top-aligned text.

Middle: Specifies vertically-centered text alignment.

Bottom: Specifies bottom-aligned text.

If the Style.VerticalAlign element is not present, its value is interpreted as "Default". If the grandparent element of the Style.VerticalAlign element is not Textbox, Subtotal, ChartTitle, ChartLegendTitle, ChartAxis, Axis, ChartLegend, ChartAxisTitle, Title, ChartDataLabel, or ChartStripLine, the Style.VerticalAlign element is ignored.

Following is the parent element for the Style.VerticalAlign element.

Parent elements

Style

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

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