...
- paginate: Boolean (DEPRECATED: use output-target parameter instead)
- content-handler-pattern: when exporting to HTML, the name of the content handler servlet that sends images and css files to the browser. (DEPRECATED: configure that via a global configuration setting)
- layout (BISERVER 3.6): vertical or flow (DEPRECATED: use report attribute instead)
- ignoreDefaultDates: boolean (DEPRECATED: use configuration instead)
- output-type: (DEPRECATED: use output-target parameter instead)
The output type specified as mime-type. This provides a generic way to select the output-target and possibly requires additional parameters to work. *- text/html
- application/vnd.ms-excel
- text/csv
- application/rtf
- application/pdf
- text/plain
- mime-message/text/html
in addition to that, the following deprecated output-types are supported, but will yield a warning everytime they are used. These output-types should no longer be used and support for them will be removed in a future version.
- html
- xls
- csv
- rtf
- txt
How the output-target is selected by the simple-reporting-component
...
Note that all report-parameters must be specified in addition to the parameters here, as the report will not run if the report-parameter validation fails.