Horizontal Alignment (hAlign)
The Horizontal Alignment property defines the horizontal 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: left.
You can find the Horizontal 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.