getHtmlOptions

getHtmlOptions(outputTOC:     Boolean output;
               fullPageWidth: Boolean output);

The getHtmlOptions method of the JadeReportWriterReport class obtains the current values to be used when running the report for extraction to a HyperText Markup Language (HTML) file.

These values were set when the report was designed by using the appropriate controls in the JADE Report Writer Designer application Report Properties dialog.

If you want to override these values at run time, you can call the setHtmlOptions method and pass as parameters the HTML file values that you require.

The parameters for the getHtmlOptions method are listed in the following table.

Parameter Specifies…
outputTOC Whether the HTML is generated as several files including a table of contents frame down the left-hand side
fullPageWidth That the HTML file is built to show the page width as the screen width when set to true or the page width set to the same size in pixels as the paper width when set to false