13.07.2015 Views

iReport Ultimate Guide - Nimsoft Library

iReport Ultimate Guide - Nimsoft Library

iReport Ultimate Guide - Nimsoft Library

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>iReport</strong> <strong>Ultimate</strong> <strong>Guide</strong>Code Example 3-2JasperTest.java, continued}}exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME,outFileName);exporter.setParameter(JRExporterParameter.JASPER_PRINT,print);exporter.exportReport();System.out.println("Created file: " + outFileName);}catch (JRException e){e.printStackTrace();System.exit(1);}catch (Exception e){e.printStackTrace();System.exit(1);}44

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!