Creating a horizontal line with a text element

You can create a horizontal line across your document-style report by adding a script to a text element.

Procedure

  1. Drag a Text element into the template content editor.
  2. Double-click the text element.
  3. Select the Script expression tab.
  4. Enter an html tag.
    Example: <html>
  5. Enter a line tag.
    Example: <hr/>
  6. Close the html tag.
    Example: </html>
    Important: Invalid XHTML causes document-style report generation to fail. Verify that your XHTML is valid before you save your changes.
  7. Select the XHTML output option
    Script expression tab displaying the script result.
  8. Click OK.
  9. Generate the output.