| Parameter |
Value |
Description |
Default Value |
Required? |
|
| Basic Settings |
| _repName |
|
specifies the report name, e.g. "test" or
"demo/test2" (use "/" for specifying a
subdirectory") |
test |
X |
| _repFormat |
|
the report format, e.g. pdf, html, html2, rtf, xls, jxl,
csv |
pdf |
X |
| _dataSource |
|
entry from the context.xml file, e.g. test, default, test2 |
default |
X |
| _outFilename |
|
a filename can be specified for the download for the "save
as" dialog |
|
|
| _repLocale |
|
Locale string, composed of the
JDK 8 and JRE 8 Supported Locales (replace in column "Language Tag" de-DE with de_DE)
|
de_DE |
|
| _repEncoding |
|
the "charset" parameter for the content_type, a list of
valid entries can be found here. E.g.: ISO-8859-15, UTF-8,
Windows-1252
|
UTF-8 |
X |
| _repTimeZone |
|
the "time zone" parameter for the execution of the
report, a list of valid entries can be found here. E.g.: Europe/Berlin, UCT,
US/Central, US/Pacific, Etc/Greenwich, Europe/London
|
default provided by Java runtime environment
on server |
|
| Direct Printing |
| _printIsEnabled |
|
Report shall be sent directly to a printer? |
false |
|
| _printPrinterName |
|
name of the locally installed printer on the J2EE server.
You can get a list of installed printers here: PrinterDiagnostics
|
|
X |
| _printJobName |
|
name of the print job as displayed in the printer queue |
|
|
| _printPrinterTray |
|
name of the locally installed printer on the J2EE server.
You can get a list of installed printers and trays here: PrinterDiagnostics
|
|
X |
| _printCopies |
|
Number of copies |
1 |
|
| _printDuplex |
|
Use printer in duplex mode? |
false |
|
| _printCollate |
|
Sort output when printing multiple copies? |
false |
|
| Save File on Server |
| _saveIsEnabled |
|
Save the generated file on the server as well? |
false |
|
| _saveFileName |
|
Name of the file on the server |
|
X |
| Report Parameters |
|
|
| additional parameters |
|
all parameters are passed directly to the report (excluding
the the internal ones (prefixed with "_"). Report
parameters have to be specified as String in the JasperReports,
all other data types are not supported.
|
|
|
| Test Report |
|