Interface JasperReportFillService

  • All Known Implementing Classes:
    DefaultJasperReportFillService

    public interface JasperReportFillService
    Fills compiled report
    Spring Bean ID:
    jasperReportFillService
    • Method Detail

      • fillReport

        net.sf.jasperreports.engine.JasperPrint fillReport​(net.sf.jasperreports.engine.JasperReport report,
                                                           JasperWidgetPreferencesModel configuration)
        Fills compiled report with parameters
        Parameters:
        report - to fill
        configuration - used to fill report
        Returns:
        filled in report