Configuring Report Thumbnails
The JasperReports Server REST API has the ability to generate and export thumbnail images (small preview images) of reports
For more information about the REST API, see the JasperReports Server REST API Reference.
By default, report thumbnails are not active. If you use the JasperMobile apps with your server, you should turn on the report thumbnails:
Report Thumbnails |
|
Configuration File |
|
.../WEB-INF/js.spring.properties |
|
Property |
Description |
property.reportThumbnailServiceEnabled=false |
When this property is set to true, JasperReports Server generates and sends report thumbnails in response to REST API requests. When it is set to false, report thumbnails are not generated. The default is false. |
Recommended Comments
There are no comments to display.