aspose file tools
The moose likes Other Application Frameworks and the fly likes Passing dataSource to subreport in ireport Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Passing dataSource to subreport in ireport" Watch "Passing dataSource to subreport in ireport" New topic
Author

Passing dataSource to subreport in ireport

Roopali Gaikwad
Greenhorn

Joined: Mar 05, 2009
Posts: 4
Hi,
I m using ireport for geneating my report which is having a subreport inside main report.
I m passing dataSource of type "JRBeanArrayDataSource" to main report and now i wanted to pass same datasource to subreport.
The way i tried to pass to subreport is

JRBeanArrayDataSource dataSource;
dataSource = new JRBeanArrayDataSource(mainreportData);
map.put("reportRows", dataSource);

and "reportRows" passed as parameter to subreport. But it didn't wrked.

Can anybody suggest how i can do this?

Thanks in advance.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Passing dataSource to subreport in ireport
 
Similar Threads
How to use JRBeanArrayDataSource for subreports in jasper
Subreport in Ireports with different datasource
JasperReport sureport inside subreport
pdf files is created in jboss bin folder.
[RESOLVED] jasper & iReport multi-reports