This panel allows you to configure the default settings for exporting report results in JReport Server. It is divided into three tabs:
Save
Saves changes made in this panel. The changes will be applied the next time JReport Server starts.
Configures the default settings for exporting report results to e-mail. See the tab.
The options available in this tab are as follows:
SMTP Server
Specifies the numeric or named host of the machine where the e-mail server is located.
SMTP Server Port
Specifies the port where the e-mail server runs.
Server Requires Authentication
This option must be checked if an SMTP Server requires authentication.
Server Requires a Secure Connection (SSL)
This option must be checked if an SMTP Server requires a secure connection (SSL).
E-mail Address
Specifies the address of the e-mail sender. You must specify an address and make sure that the format of the specified address is valid.
Default E-mail Format
Specifies how a published report is sent out by e-mail. The format can be any of the following:
Compress Attachment as Java Archive
Specifies whether or not to compress the mail attachment as Java Archive.
Maximum Split PDF File Size (KB)
Specifies in KB the largest size each PDF file could have after splitting.
Maximum Split PDF File Page
Specifies how many pages each PDF file could have at most after splitting.
If you choose to split a PDF file by file size, then how to split the PDF file depends on the following two aspects:
Here the before-split PDF file refers to the big PDF file to be split and an after-split PDF refers to one of the smaller PDF files generated after splitting the big PDF file. When a PDF file is to be split by file size, the splitting will be carried out based on the pages the file separates but not physically on the maximum file size specified for an after-split PDF file. However, the maximum file size helps to decide by which page to split: the page that the maximum size comes to is not included with the previous pages in an after-split file, but instead is the beginning page of the following after-split file. For example, there is a 2M PDF file with 1M per page. If the maximum file size is set to 1.5M, we will get two PDF files with each 1M and one page as the split result.
Notes:
Configures the default settings for exporting report results to fax. You can specify to export the report results either via a fax machine or a fax server. See the tab.
Fax Machine
JReport supports exporting report results to fax. If you want to use this feature, you will need to configure your running environment first.
Download Java Communications API (Version 2.0) from the website http://www.jinfonet.com/download/third_party_tool/JavaCommAPIV2_Solaris.zip for Solaris and http://www.jinfonet.com/download/third_party_tool/JavaCommAPIV2_Win32.zip for Win32, and place the following files in the specified locations:
File Name | Location |
---|---|
comm.jar | <server_install_root>\lib |
javax.comm.properties | <Java_install_root>\jre\lib |
Win32Com.dll | <Java_install_root>\jre\bin |
File Name | Location |
---|---|
comm.jar | <server_install_root>/lib |
javax.comm.properties | <Java_install_root>/jre/lib |
libSolarisSerialParallel.so | LD_LIBRARY_PATH |
The following are options available when Fax Machine is checked:
The flow control options are as follows:
Fax Server
If you choose to export the report results via a fax server, configure the following settings according to your requirements:
Note: By default, the fax server JReport uses is based on Hylafax Server, however, if you want to export your report results via Hylafax Server, you need to download the gnu-hylafax packages according to your requirements from http://sourceforge.net/projects/gnu-hylafax/, for example, gnu-hylafax-util-0.0.9.2.jar, gnu-inet-ftp-0.0.9.2.jar, and gnu-hylafax-0.0.9.2.jar, and then add them to the class path of setenv.bat in the ADDCLASSPATH variable.
Note: For Hylafax Server the value should not be larger than 59 seconds. It is a limitation of Hylafax Server.
Configures the precision level for different formats with which the report result will be exported. The settings of high/low precision take effect only in the report tabs whose Precision Sensitive property is set to true in the Report Inspector of JReport Designer. See the tab.
Customize for each format
In order for the pre-defined default precision for a format to take effect, you need also check the checkbox before the format. For formats that are not checked, JReport will decide their precision.
Note: The RSD format controls only the Page Report Result format in the Schedule dialog.
High
If checked, the report result will be exported to the specified format with high precision.
Low
If checked, the report result will be exported to the specified format with low precision.
Optimize for speed over visual effect
If checked, the report results will be exported with precision level decided by JReport.