Interface JasperReportFillService

All Known Implementing Classes:
DefaultJasperReportFillService

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

    Modifier and Type
    Method
    Description
    net.sf.jasperreports.engine.JasperPrint
    fillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration)
    Fills compiled report with parameters
  • Method Details

    • 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