Filling a .jasper File with Editable Chart Support

Contents
[ ]

Please read JasperReports' documentation for detailed description of how to fill a report.

Here’s an example:

Java

 JasperPrint jasperPrint = JasperFillManager.fillReport(jasperFileName, parameters, getConnection());