JasperPrintManager.printReport(jasperPrint,true)

Posted by user121196 on Stack Overflow See other posts from Stack Overflow or by user121196
Published on 2009-11-17T23:51:32Z Indexed on 2010/03/14 22:05 UTC
Read the original article Hit count: 529

Filed under:

I have a print button in jsp page that prints a report created in jasper. What does calling JasperPrintManager.printReport(jasperPrint,true) in a jsp page actually do? I imagine it has to invoke a javascript command to bring up the print dialog and sends the data to it. It is not working for me. any idea?

© Stack Overflow or respective owner

Related posts about jasper-reports