Vertical Alignment (vAlign)
The Vertical Alignment property defines the vertical alignment of a value in its cell for all cells in a column of a report table.
Type: Enum.
Valid values:
- left - Left-justify in the column.
- right - Right-justify in the column.
- center - Center in the column
- baseline - uses baseline alignment
Default value: top.
You can find the Vertical Alignment property in the Table category of the Properties view.
For dynamic tables, this property can be set on the table element and follows the rules for cascading properties of dynamic tables. For more information, go to Dynamic Tables.
For non-dynamic tables, this property is disabled for the table and row elements; it is enabled for column definitions and columns.