Package net.sf.jasperreports.repo
Interface ReportCompiler
-
- All Known Implementing Classes:
DefaultReportCompiler
public interface ReportCompiler
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JasperReport
compile(JasperDesign design)
-
-
-
Method Detail
-
compile
JasperReport compile(JasperDesign design) throws JRException
- Throws:
JRException
-
-