天天看点

JasperReport 默认打印机打印/指定打印机打印

1. 加载模板

JasperPrint jasperPrint = JasperFillManager.fillReport("WebRoot/report/test.jasper", new HashMap(),new JREmptyDataSource());

//false/true 表示在打印的时候是否显示打印机设置

JasperPrintManager.printReport(jasperPrint, false);