Jump to content
JasperReports Library 7.0 is now available ×

problem with return value from subreport  


Recommended Posts

By: CarlosFelippe - cfelippe

problem with return value from subreport Â

2006-01-10 09:04

in my master report i need to show a value that is returned from the subreport... Â

Â

my problem is that the value i need changes in the subreport sometimes (different values).Â

Â

But i need to print all of these values , not the last one as the method returnValue() do.Â

Â

is there a way i can get each of these values in a exact time??? thanks a lot

 

 

 

 

By: Teodor Danciu - teodord

RE: problem with return value from subreport Â

2006-01-11 01:57

Â

Hi,Â

Â

Maybe the returned value is a not a single value,Â

but a List of values.Â

I think you'll probably need to have a scriptletÂ

in your subreport that would help you prepareÂ

this data that you want to return, either byÂ

piling values up in a list or by placing individualÂ

values in separate variables that you then returnÂ

to the master report.Â

Â

I hope this helps.Â

TeodorÂ

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...