public class G9ExportManager extends Object
| Constructor and Description |
|---|
G9ExportManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportReportToPdfFile(net.sf.jasperreports.engine.JasperPrint jasperPrint,
File destFile)
Exports the generated report file specified by the first parameter into PDF format,
the result being placed in the second file parameter.
|
public static void exportReportToPdfFile(net.sf.jasperreports.engine.JasperPrint jasperPrint,
File destFile)
throws net.sf.jasperreports.engine.JRException
jasperPrint - report object to exportdestFile - file to place the PDF content intonet.sf.jasperreports.engine.JRException - lack of destination or export failure results in exceptionJRPdfExporterCopyright © 2006–2017 Esito AS. All rights reserved.