Interface JasperReportFillService
-
- All Known Implementing Classes:
DefaultJasperReportFillService
public interface JasperReportFillServiceFills compiled report- Spring Bean ID:
- jasperReportFillService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.sf.jasperreports.engine.JasperPrintfillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration)Fills compiled report with parameters
-
-
-
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 fillconfiguration- used to fill report- Returns:
- filled in report
-
-