HTML Output Properties

The table below describes the properties that control HTML output files.

Property Name Description Default Configuration Name

Show header

Set to "false" to suppress the template header in HTML output.

true html-show-header

Show footer

Set to "false" to suppress the template footer in HTML output.

true html-show-footer

Replace smart quotes

Set to "false" if you don't want curly quotes replaced with straight quotes in the HTML output.

true html-replace-smartquotes

Character set

Specify the output HTML character set.

UTF-8 html-output-charset

Make HTML output accessible

Set to "true" to make the HTML output accessible.

false make-accessible

Use percentage width for table columns

Set to "true" to display table columns according to a percentage value of the total width of the table rather than as a value in points. This property is especially useful if the browser display tables with extremely wide columns. Setting this property to true improves the readability of the tables.

true html-output-width-in-percentage

View Paginated

When you set this property to true, HTML output will render in the report viewer with pagination features. These features include:

  • Generated table of contents

  • Navigation links at the top and bottom of the page

  • Ability to skip to a specific page within the HTML document

  • Search for strings within the HTML document using the browser's search capability

  • Zoom in and out on the HTML document using the browser's zoom capability

Note that these features are supported for online viewing through the report viewer only.

false  

Reduce Padding in Table-cell

When you set this property to true, cells in HTML tables are displayed without padding, which maximizes the page space available for text.

false html-reduce-padding

Embed images and charts in HTML for offline viewing

When you set this property to fasle, charts and images are embedded in the HTML output, which is suitable for viewing offline.

true html-use-data-uri

Use SVG for charts

When you set this property to true, charts display as a SVG (Scalable Vector Graphic) to provide a higher resolution in the HTML output. When you set this property to false, charts display as a raster image.

true html-use-svg

Keep original table width

When you set this property to true, if a column in a table is deleted, the original width of the table is maintained.

true html-keep-original-table-width

Enable horizontal scrollbar automatically for html table

When you set this property to true, a horizontal scroll bar is added to a table that doesn't fit within the current size of the browser window.

false html-enable-horiz-table-scroll

Enable html table column size auto adjust

When you set this property to true, the column widths in a table are automatically adjusted to the size of the browser window.

false html-enable-table-col-size-auto-adjust

Set zero height for empty paragraph

When you set this property to true and the output is HTML, the height of an empty paragraph (that is, a paragraph without text) is set to zero points.

true html-set-empty-paragraph-zero-height