Jump to content
We've recently updated our Privacy Statement, available here ×

Passing details as subreports?


nofearinc

Recommended Posts

I'm trying to pass detail subreport as a parameter in IReport, but it doesn't appear on the PDF exported report as I tried to pass it as a JasperPrint object. I changed it definition to java.lang.String class (as it used to work in JasperReports 0.53) and it throws me a JRException with can't open file (which exists though). Any ideas how could I pass the detail in IReport? :(
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

I updated my Java application (previously using and older JasperReports release), replaced all packages names in the Java classes and XML files. Now I think I have version incompatibility of some sort - when I try to run master jasper with subreports, the subreports are not visible. THis happens when I use the following parameter definition in the mapping:

 

Code:
<parameter name="detail" isForPrompting="true" class="net.sf.jasperreports.engine.JasperReport"/>

 

If I change the class to "java.lang.String", I get the "Error loading object from file" exception from JRException. Which is the correct way to use the parameter in mapping?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...