Interface JasperReportFillService
- All Known Implementing Classes:
DefaultJasperReportFillService
public interface JasperReportFillService
Fills compiled report
- Spring Bean ID:
- jasperReportFillService
-
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperPrintfillReport(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 fillconfiguration- used to fill report- Returns:
- filled in report
-