Package net.sf.jasperreports.engine.xml
Interface ReportWriter
-
- All Known Implementing Classes:
JacksonReportWriter
public interface ReportWriter
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
writeReport(JRReport report, String encoding, Writer out)
boolean
writeTemplate(JRTemplate template, String encoding, Writer out)
-
-
-
Method Detail
-
writeReport
boolean writeReport(JRReport report, String encoding, Writer out) throws IOException
- Throws:
IOException
-
writeTemplate
boolean writeTemplate(JRTemplate template, String encoding, Writer out) throws IOException
- Throws:
IOException
-
-