| Author |
Jasper Reports with hibernate
|
Gajanan Late
Greenhorn
Joined: Feb 20, 2006
Posts: 5
|
|
I am using jasper report with hibernate. From hibernate i get List object which i pass to JRBeanCollectionDataSource object and fill the report. Code: JRBeanCollectionDataSource ds = new JRBeanCollectionDataSource(reportdata); JasperPrint print=JasperFillManager.fillReport(report,params,ds); But when the report is generated it shows only first record. my arraylist contains more than one objects(DTOs).Still report shows one record only! Can you help me? Thanks & Regards, Gajajnan
|
 |
Md. Atif Rasheed
Greenhorn
Joined: Aug 23, 2007
Posts: 2
|
|
Hi Gajajnan, I am also working on the same kind of application(spring+hibernate using jasper reports). Can you please post the xml files(jrxml) and the source code. I am not able to understand how to get the List in to a formatted report(html or csv format). Do we need to generate the jrxml file dynamically? This is the first time i am working on jasper reports. Thanks, Decent Dude.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
"decent dude", please check your private messages for an important message from me.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
bh5008
Greenhorn
Joined: Sep 08, 2008
Posts: 2
|
|
|
hi i would require some help to know abt jasper reports could you send me a simple example of producing a report using spring and hibernate would appreciate for the response
|
 |
 |
|
|
subject: Jasper Reports with hibernate
|
|
|