My question is: I have a ViewerComposite application in Eclipse RCP that displays the Jasper Report (* .jrxml) embedded in it. The report displayed in this ViewerComposite can be exported as PDF, RTF, XML, jrxml, HTML, CSV, etc. Everything is in order, except that I cannot print this report using the print option presented at the top of the ViewerComposite in the graphical interface. How to print reports using my default printer using the print option for the report viewer. Rem: I can print the jasper report using the option to print the jasper report compiler in Oracle JDeveloper projects without adding any codes (by default).
source share