Select Printer in JasperReports Preview
Michael Kolowicz <[email protected]> Tue, 30 Jun 2015 19:08:57 +0200
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <zarafa.5592cd29.07f7.5a949bfc622d4b48@SE69J4H32ZA> |
My Problem is, that the PrinterSelect-Box came up if i debug the code in exclipse (java). Then I to the compile with IKVM and the PrinterSelect didn’t came up.
My java-application have following code to show the preview:
// Vorschau anzeigen
if (reportData.preview == true) {
logger.info("Report Generated in " + (System.currentTimeMillis() - startTime) + "ms");
// isExitOnClose = wenn die Vorschau geschlossen wird, dann wird
// die Anwendung beendet (JVM geschlossen)
JasperViewer.viewReport(jasperPrint, false);
} else {
After call the “.viewReport” all routines are from the jasper-libraries
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ikvm-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ikvm-developers