Project

General

Profile

Servoy JasperReports Plugin v310 Final - Release Notes

We are pleased to announce that the Servoy JasperReports Plugin Version 3.1.0 (final) has just been released.

This version of the plugin also addresses the certificate sign change, relative to Servoy 5.2.5 and higher.

Changes from the beta 4 include:
  • included virtualizer paremeters checks [issue 176]
  • Jasper Viewer failing in webclient fixed [issue 177]
  • included new exporter parameters: OFFSET_X, OFFSET_Y, PAGE_INDEX, START_PAGE_INDEX, END_PAGE_INDEX [issue 225 - feature]; a new exporter parameter constant class has been added for ease of working with the export parameters
  • added security checks for Servoy 5.x and higher (does not affect compatibility with Servoy 4.x)
  • other bugs and fixes

The new exporter parameters can be used as follows:

var params = new Object();
params.OFFSET_X = 200;
params.OFFSET_Y = 200;
var r = plugins.jasperPluginRMI.runReport('myServer', "/my_report.jrxml", plugins.jasperPluginRMI.reportDirectory + "/my_report.pdf", "pdf", params);

Have fun testing; we await your feedback!

Best regards,
Andrei