aspose file tools
The moose likes Other Open Source Projects and the fly likes Error with Subreport 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 » Products » Other Open Source Projects
Reply Bookmark "Error with Subreport" Watch "Error with Subreport" New topic
Author

Error with Subreport

prinz reyes
Greenhorn

Joined: Mar 30, 2009
Posts: 8
hi! im new to Jasper Report and i have a problem with subreport..and by the way im also using ireport3.0

i have my master report (Agency.jrxml) and my subreport(Employee.jrxml)..
when i run each report individually all goes well but when i add a subreport to Agency.jrxml an exception occur:



this is what i did:



where: REPORT-->path of my master report and dataSource--> is the dataSource of my master report
i passed my subreports dataSource as a parameter to my master report..
my subreports dataSource is a list of employees.

i think the problem here is the report can't load the parameter that i passed..but how can i pass the dataSource of my subreport to fill its parameters?
can someone help me with this?
thank you...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Error with Subreport
 
Similar Threads
Passing dataSource to subreport in ireport
Jasper reports - Group several subreports
Problem with Jasper Subreport
Jasper Reports subreports problem
Subreports in Web Application.