Expand Minimize
This topic has not yet been rated - Rate this topic

VerticalAlign Element

SQL Server 2000

VerticalAlign Element

Describes the vertical alignment of the text of the item.

<Style>
   ...
   <VerticalAlign>...</VerticalAlign>
   ...
</Style>
Element Characteristics

Characteristic Description
Data type and length String
Default value Top
Cardinality 0-1: Optional element that can occur once or not at all

Element Relationships

Relationship Element
Parent element Style
Child element None

Remarks

The VerticalAlign element must contain an expression that evaluates to one of the following strings:

  • Top
  • Middle
  • Bottom

VerticalAlign applies only to the items text box, subtotal, title, and legend. VerticalAlign does not apply to the items line, rectangle, image, subreport, list, matrix, table, chart, and body.

See Also

Report Definition XML Elements

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.