Se avete provato ad utilizzare JasperViewer per visualizzare i report avrete notato che chiudendolo viene chiusa e terminata anche l'intera applicazione... Per risolvere questo inconveniente basta passare il parametro "false" al metodo viewReport di JasperViewer, nel seguente modo:
JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, null, jdbcConnection);
JasperViewer.viewReport(jasperPrint, false);
Buon utilizzo!
Nessun commento:
Posta un commento