Results 1 to 1 of 1
- 11-04-2009, 09:25 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 2
- Rep Power
- 0
help required to solve jasper report memory issue
Hi ,
I have an requirement where my datasource contains lists of list,that is, i have created a list containing 3 lists. And each list values must be listed in 3 different sheets(there are about 9000+ records in each list). All the three sheets make use the same jrxml file. Is there a way that i can pass my datasource to JasperFillManager and it creates 3 sheets in one call.Please help.
I am presently, iterating the list and calling JasperFillManager to create 3 JasperPrint Objects. And then merging them into in one report by setting the JRExporterParameter.JASPER_PRINT_LIST parameter.This is taking a lot of memory, and in some instances goes out of memory. I need to avoid creating three jasperprint objects and the filling has to be done in one call so that i have only one jasper print object to export.
Thanks,
Kiran
Similar Threads
-
jasper report
By vidhyaprabu in forum New To JavaReplies: 6Last Post: 11-12-2009, 03:31 AM -
Jasper Report
By sysout in forum New To JavaReplies: 12Last Post: 09-16-2009, 03:37 PM -
jasper report in struts
By saru_2785@rediff.com in forum Advanced JavaReplies: 2Last Post: 03-31-2009, 11:30 AM -
Error With Sql And Jasper Report
By Heather in forum JDBCReplies: 4Last Post: 12-03-2008, 11:31 AM -
JSP and Jasper Report in Netbeans 6.1
By ShatireAzam in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 11-08-2008, 09:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks