2

I am using JasperReports for generating the reports.

My requirement is to print a report directly at client side printer.

I tried JasperPrintManager.printReport(JP_Print, false) method for printing the report but report going to the Server side printer.

Is there any way to do this using JavaScript or Java?

Alex K
  • 22,315
  • 19
  • 108
  • 236
  • possible duplicate of [JasperPrintManager.printReport(jasperPrint,true)](http://stackoverflow.com/questions/1752706/jasperprintmanager-printreportjasperprint-true) – Alex K Nov 16 '13 at 09:39
  • See also: [Print JasperReports client-side?](http://stackoverflow.com/q/4694737/876298) & [How to generate/print reports on the client side](http://stackoverflow.com/q/4691441/876298) & [Printing JasperReport From Applet](http://stackoverflow.com/q/5116474/876298). Did you try to search on *SO*? – Alex K Nov 16 '13 at 09:49
  • I have searched in SO but the solutions are not there in java – sivasagarguru Nov 16 '13 at 10:19
  • http://stackoverflow.com/questions/5093451/print-report-directly-to-the-printer – sivasagarguru Nov 16 '13 at 10:20
  • http://stackoverflow.com/questions/643080/print-without-printer-selection-dialog – sivasagarguru Nov 16 '13 at 10:20
  • Why do you want to print the report directly? Why not export it as a PDF and let the user print it themselves? – GenericJon Nov 18 '13 at 15:10

0 Answers0