Uses of Interface
is.codion.plugin.jasperreports.JRReport
Packages that use JRReport
-
Uses of JRReport in is.codion.plugin.jasperreports
Methods in is.codion.plugin.jasperreports that return JRReportModifier and TypeMethodDescriptionstatic JRReport<net.sf.jasperreports.engine.JasperPrint> JasperReports.classPathReport(Class<?> resourceClass, String reportPath) Instantiates a JRReport for a classpath based report.static <R> JRReport<R> Returns a report producing the result of the given export when filled, instead of aJasperPrint.static JRReport<net.sf.jasperreports.engine.JasperPrint> JasperReports.fileReport(String reportPath) Instantiates a JRReport for a file based report, either loaded from a URL or from the filesystem.static JRReport<net.sf.jasperreports.engine.JasperPrint> JasperReports.fileReport(String reportPath, boolean cacheReport) Instantiates a JRReport for a file based report, either loaded from a URL or from the filesystem.Methods in is.codion.plugin.jasperreports with parameters of type JRReportModifier and TypeMethodDescriptionstatic <R> JRReport<R> Returns a report producing the result of the given export when filled, instead of aJasperPrint.static net.sf.jasperreports.engine.JasperPrintJasperReports.fillReport(JRReport<net.sf.jasperreports.engine.JasperPrint> report, net.sf.jasperreports.engine.JRDataSource dataSource) Fills the report using the data source wrapped by the given data wrapperstatic net.sf.jasperreports.engine.JasperPrintJasperReports.fillReport(JRReport<net.sf.jasperreports.engine.JasperPrint> report, net.sf.jasperreports.engine.JRDataSource dataSource, Map<String, Object> reportParameters) Fills the report using the given data.