Uses of Interface
is.codion.plugin.jasperreports.JRExport
Packages that use JRExport
-
Uses of JRExport in is.codion.plugin.jasperreports
Fields in is.codion.plugin.jasperreports declared as JRExportModifier and TypeFieldDescriptionstatic final JRExport<byte[]> JRExport.PDFExports to PDF.static final JRExport<net.sf.jasperreports.engine.JasperPrint> JRExport.PRINTThe identity export, the filled report itself.static final JRExport<byte[]> JRExport.SERIALIZEDSerializes the filled report to bytes, reconstructed withJasperReports.loadPrint(byte[]).JRExport.XMLExports to the JasperReports XML print format.Methods in is.codion.plugin.jasperreports with parameters of type JRExportModifier and TypeMethodDescriptionstatic <R> JRReport<R> Returns a report producing the result of the given export when filled, instead of aJasperPrint.static <R> RExports the given filled report, for aJasperPrintalready at hand, such as one returned byJasperReports.fillReport(JRReport, JRDataSource).