BackPrevious Page Next PageNext

To Applet

Exporting the report results as an Applet to a server

Viewing the exported result file

JReport Designer can collaborate with a web server by exporting a report as an applet to a server. After publishing it to the server, you can then retrieve it by accessing the server.

Exporting the report results as an Applet to a server

To export the results of a report as an applet to a server, follow the steps below:

  1. In JReport Designer, open the report you want to export.
  2. When a page report is opened, on the report tab bar, click the tab that represents the required report tab. Only the active report tab in a page report can be exported.
  3. Click File > Export > To Applet.
  4. In the Applet Setting dialog, key in the server name and port number in the Server Name and Port text boxes.

    Applet Setting dialog

  5. Check Run Linked Report if you want to include the reports that is linked with the report (not including the detail reports) in the exported applet result. If you are only interested in the primary report, leave this option unchecked. Generating linked reports at the same time, especially when the linked reports contain a large amount of data, will cause performance issue.
  6. Click OK. Then in the Export to Applet dialog, specify the directory and file name respectively.

    For example, browse to the location where you want to save the file, type exapplet.htm as the file name, and then click Save. The file exapplet.htm and the report result exapplet.rst will then be generated.

Viewing the exported result file

Before viewing the exported result file of JReport using a web browser, you first need to make sure that your web server supports applets. Then,

  1. Copy the file viewer12.jar in <server_install_root>\lib to the document root directory of the web server.
  2. Copy the result file *.rst and *.html generated when exporting to any directory of the web server. For example, copy A.rst and A.html into <webserver_install_root>\test.
  3. Edit A.html (with a text editor) to make sure that all paths are valid. For example, change:
  4. Run the web browser with the web server to view the results.

Notes:

BackPrevious Page Next PageNext