Interface JasperReportExportService

All Known Implementing Classes:
DefaultJasperReportExportService

public interface JasperReportExportService
Exports reports
Spring Bean ID:
jasperReportExportService
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    exportToExcel(net.sf.jasperreports.engine.JasperPrint filledReport)
    Exports report to Excel
    exportToImage(net.sf.jasperreports.engine.JasperPrint filledReport)
    Exports report to image
    byte[]
    exportToPdf(net.sf.jasperreports.engine.JasperPrint filledReport)
    Exports report to PDF