public static void main(String[] args) throws Exception { FastReportTest test = new FastReportTest(); test.testReport(); test.exportToJRXML(); JasperViewer.viewReport(test.jp); // finally display the report report JasperDesignViewer.viewReportDesign(test.jr); }
public static void main(String[] args) throws Exception { CrosstabReportTest5 test = new CrosstabReportTest5(); test.testReport(); JasperViewer.viewReport(test.jp); // finally display the report report JasperDesignViewer.viewReportDesign(test.jr); }
public static void main(String[] args) throws Exception { BarcodeColumnReportTest2 test = new BarcodeColumnReportTest2(); test.testReport(); JasperViewer.viewReport(test.jp); // finally display the report report JasperDesignViewer.viewReportDesign(test.jr); }