Multi-line Variable Alignment

You can define the desired alignment for Multi-Line variables. All alignment is controlled using the starting variable code. Formatting and spacing are not applied by manipulation of the closing variable code.

To left-align the text within the variable placeholder limit:
  • Enter one or more spaces between the end of the starting variable code and the closing angle bracket ( > ) of the starting variable code, with no spaces between the opening angle bracket (< ) and the starting variable code. Example: <report_title     >
  • No spaces between the variable code and either angle bracket. (The default variable alignment is left-align.) Example: <report_title>
To right-align the text within the variable placeholder limit:
  • Enter one or more spaces between the opening angle bracket and the starting variable code, with no spaces between the closing angle bracket and the starting variable code. Example: <     report_title>
To center align the text within the variable placeholder limit:
  • Enter one or more spaces between the opening angle bracket and the starting variable code, AND enter one or more spaces between the end of the starting variable code and the closing angle bracket. Example: <     report_title     >