Interface JasperReportCompileService
-
- All Known Implementing Classes:
DefaultJasperReportCompileService
public interface JasperReportCompileServiceService to report compilation task- Spring Bean ID:
- jasperReportCompileService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.sf.jasperreports.engine.JasperReportcompileReport(JasperMediaModel media)Compiles report from its configuration.
-
-
-
Method Detail
-
compileReport
net.sf.jasperreports.engine.JasperReport compileReport(JasperMediaModel media) throws JasperReportCompileException
Compiles report from its configuration.- Parameters:
media- that store definition of report (JRXML).- Throws:
JasperReportCompileException
-
-