To HTML
To export the results of a report to an HTML file, follow the steps below:
- In JReport Designer, open the web report or the report tab in a page report that you want to export.
- Click File > Export To > HTML.
- In the Web Wizard, specify the settings as required. See the wizard.
- When done, click Finish to generate the file.
See also Web Wizard for detailed explanation about options in this wizard.
The following example shows you how to export the results of a report to HTML format and view the exported file via a web browser, taking the sample report CustomerAnalysis.cls in SampleReports.cat as an example:
- Click File > Open on the menu bar.
- In the Open Report dialog, click the Browse button to open the catalog file SampleReports.cat in
<install_root>\Demo\Reports\SampleReports
, then open CustomerAnalysis.cls in the catalog.
- Click File > Export To > HTML to open the Web Wizard.
- In the Report tab, specify the web page name as required. Here we use the default one CustomerAnalysis_CustomerAnalysis. Make sure that Multiple Files, Drilldown and TOC are checked. Check Run Linked Report if you want to include the linked reports in the exported HTML result.
- In the Directory tab, specify where the exported result files will be saved. Here we save them in the default directory
C:\JReport\Designer\Demo\Reports\SampleReports\
.
- In the Chart Applet tab, select Image Chart > GIF.
- Click Finish to start generating the files.
- Open the directory
C:\JReport\Designer\Demo\Reports\SampleReports\
and find the exported files.
- Open the file CustomerAnalysis_CustomerAnalysis_1.html.
- The Table of Contents (TOC) is displayed in the left pane, including the names of groups and subgroups. If you click a group, the relative contents will be shown in the right pane.
- Since Drilldown is checked when exporting the report, you can drill down on a summary by placing the mouse pointer over the summary and clicking it when the mouse pointer becomes a hand. See illustration.
Note that summaries should be inserted into your report in advance. They cannot be hidden or suppressed; otherwise you will not be able to get drilldown files.
Notes:
- When exporting a multi-page report to HTML, you can localize the page navigation link names. For detailed information, refer to
Localizing the page navigation links in HTML report outputs.
- Multimedia and shapes (except for straight lines and boxes) in reports cannot be exported to HTML.
- For mainly meeting the requirements from voice agents used by people with eyesight disabilities, JReport supports exported tables/crosstabs in the HTML data table format with SCOPE=Row/Column to get a section 508 compliant result. For detailed descriptions, refer to Accessibility.
- After you export a report to an HTML file, you may view it with charts in a web browser. If that, you must ensure that the chart can be displayed correctly, make sure that you have enabled Additional Unsigned Permissions in the web browser. For example, to do this in Internet Explorer:
- On the Tools menu, click Internet Options.
- Switch to the Security tab, and then click Custom Level.
- Scroll down Settings, and set Java Permissions to Custom.