Class JasperPrintManager


  • public final class JasperPrintManager
    extends Object
    Facade class for the printing functionality exposed by the JasperReports library.

    After having filled a report, you have the option of viewing it, exporting it to a different format, or (most commonly) printing it.

    In JasperReports, you can print reports using this manager class. It contains various methods that can send entire documents or portions of them to the printer. It also allows people to choose whether to display the print dialog. one can display the content of a page from a JasperReports document by generating a java.awt.Image object for it using this manager class.

    Author:
    Teodor Danciu ([email protected])