我只想在用户不选择打印机的情况下打印JasperReport。我搜索了它,但没有有效的解决方案。这是我的代码的相关部分://compileto.jasperStringreport=JasperCompileManager.compileReportToFile(sourceFileName);//fillthereportJasperPrintjasperPrint=JasperFillManager.fillReport(report,parameter,dataSource);//printthereportJasperPrintManager.printReport(jaspe