Interface JRViewerProvider

All Known Implementing Classes:
ZkJRViewerProvider

public interface JRViewerProvider
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    openViewer(net.sf.jasperreports.engine.JasperPrint jasperPrint, String title)
     
    void
    openViewer(net.sf.jasperreports.engine.JasperPrint jasperPrint, String title, PrintInfo printInfo)
     
  • Method Details

    • openViewer

      void openViewer(net.sf.jasperreports.engine.JasperPrint jasperPrint, String title, PrintInfo printInfo) throws net.sf.jasperreports.engine.JRException
      Parameters:
      jasperPrint -
      title -
      printInfo -
      Throws:
      net.sf.jasperreports.engine.JRException
    • openViewer

      default void openViewer(net.sf.jasperreports.engine.JasperPrint jasperPrint, String title) throws net.sf.jasperreports.engine.JRException
      Parameters:
      jasperPrint -
      title -
      Throws:
      net.sf.jasperreports.engine.JRException