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 JRReportJasperReports.classPathReport(Class<?> resourceClass, String reportPath) Instantiates a JRReport for a classpath based report.static JRReportJasperReports.fileReport(String reportPath) Instantiates a JRReport for a file based report, either loaded from a URL or from the filesystem.static JRReportJasperReports.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 net.sf.jasperreports.engine.JasperPrintJasperReports.fillReport(JRReport 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 report, net.sf.jasperreports.engine.JRDataSource dataSource, Map<String, Object> reportParameters) Fills the report using the given data.