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?