HTML Output Properties
The table below describes the properties that control HTML output files.
| Property Name | Description | Default | 
|---|---|---|
| Show header | Set to "false" to suppress the template header in HTML output. | true | 
| Show footer | Set to "false" to suppress the template footer in HTML output. | true | 
| Replace smart quotes | Set to "false" if you don't want curly quotes replaced with straight quotes in the HTML output. | true | 
| Character set | Specify the output HTML character set. | UTF-8 | 
| Make HTML output accessible | Set to "true" to make the HTML output accessible. | false | 
| 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 | 
| View Paginated | When you set this property to true, HTML output will render in the report viewer with pagination features. These features include: 
 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 | 
| Embed images and charts in HTML for offline viewing | When you set this property to true, charts and images are embedded in the HTML output, which is suitable for viewing offline. | false | 
| 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 | 
| 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 | 
| 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 | 
| 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 | 
| 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 |