public class JasperReportSvgOutputFormat extends AbstractJasperReportOutputFormat
AbstractJasperReportOutputFormat.Print| Constructor and Description |
|---|
JasperReportSvgOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExport(java.io.OutputStream outputStream,
AbstractJasperReportOutputFormat.Print print)
Export the report to the output stream.
|
java.lang.String |
getContentType()
The content type of the output.
|
java.lang.String |
getFileSuffix()
The file suffix to use when writing to a file.
|
getJasperPrint, printpublic java.lang.String getContentType()
OutputFormatpublic java.lang.String getFileSuffix()
OutputFormatprotected void doExport(java.io.OutputStream outputStream,
AbstractJasperReportOutputFormat.Print print)
throws net.sf.jasperreports.engine.JRException,
java.io.IOException
AbstractJasperReportOutputFormatdoExport in class AbstractJasperReportOutputFormatoutputStream - the output stream to export toprint - the reportnet.sf.jasperreports.engine.JRExceptionjava.io.IOException