Interface JasperReportCompileService
- All Known Implementing Classes:
DefaultJasperReportCompileService
public interface JasperReportCompileService
Service to report compilation task
- Spring Bean ID:
- jasperReportCompileService
-
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperReportcompileReport(JasperMediaModel media) Compiles report from its configuration.
-
Method Details
-
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
-