04.06.2015 Views

iReport Ultimate Guide - Docs.nimsoft.com

iReport Ultimate Guide - Docs.nimsoft.com

iReport Ultimate Guide - Docs.nimsoft.com

SHOW MORE
SHOW LESS

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><br />

Code Example 3-2<br />

JasperTest.java, continued<br />

}<br />

}<br />

exporter.setParameter(<br />

JRExporterParameter.OUTPUT_FILE_NAME,<br />

outFileName);<br />

exporter.setParameter(<br />

JRExporterParameter.JASPER_PRINT,print);<br />

exporter.exportReport();<br />

System.out.println("Created file: " + outFileName);<br />

}<br />

catch (JRException e)<br />

{<br />

e.printStackTrace();<br />

System.exit(1);<br />

}<br />

catch (Exception e)<br />

{<br />

e.printStackTrace();<br />

System.exit(1);<br />

}<br />

44

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

Saved successfully!

Ooh no, something went wrong!