Hi,
I am trying to generate a report in text and pdf format. In the pdf the
report is working, but in the text it is giving exception as below:
Caused by: java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at
net.sf.jasperreports.engine.export.JRTextExporter.exportText(JRTextExporter.java:476)
at
net.sf.jasperreports.engine.export.JRTextExporter.exportElements(JRTextExporter.java:345)
at
net.sf.jasperreports.engine.export.JRTextExporter.exportPage(JRTextExporter.java:322)
at
net.sf.jasperreports.engine.export.JRTextExporter.exportReportToWriter(JRTextExporter.java:298)
at
net.sf.jasperreports.engine.export.JRTextExporter.exportReport(JRTextExporter.java:240)
I am using jasperreport2.0.2.jar.
Regards,
Jagadeesh
-- 
View this message in context: 
http://www.nabble.com/ArrayIndexOutOfBoundsException-to-txt-format-tp15016770p15016770.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to