Uses of Interface
is.codion.plugin.jasperreports.JRReport

Packages that use JRReport
Package
Description
 
  • Uses of JRReport in is.codion.plugin.jasperreports

    Modifier and Type
    Method
    Description
    static JRReport<net.sf.jasperreports.engine.JasperPrint>
    JasperReports.classPathReport(Class<?> resourceClass, String reportPath)
    Instantiates a JRReport for a classpath based report.
    static <R> JRReport<R>
    JasperReports.export(JRReport<net.sf.jasperreports.engine.JasperPrint> report, JRExport<R> export)
    Returns a report producing the result of the given export when filled, instead of a JasperPrint.
    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 JRReport
    Modifier and Type
    Method
    Description
    static <R> JRReport<R>
    JasperReports.export(JRReport<net.sf.jasperreports.engine.JasperPrint> report, JRExport<R> export)
    Returns a report producing the result of the given export when filled, instead of a JasperPrint.
    static net.sf.jasperreports.engine.JasperPrint
    JasperReports.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 wrapper
    static net.sf.jasperreports.engine.JasperPrint
    JasperReports.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.