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

Pass Page number from one subreport to another subreport


sushobhan.b

Recommended Posts

I have a main report .in detail band i have adde 3 subreport.

subreport 1

subreport 2

subreport 3

subreport executes only 1 time

subreport 2 can generate multiple times(multiple pages)

subreport 3 generates after subreport 2 generates

if i have to pass subreport 2 last page number to subreport 3 to print page number in subreport 3

how to possible?

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

You can nowadays use the builtin MASTER_CURRENT_PAGE Variable and just set the evaluation time to MASTER. So you won't need to abuse passing SubReport Parameters or even some ReturnVariables or do other tricks like it was necessary in older version of JasperReports. wink (see here)

For the total PageNumbers is also an own builtin variable so that you could place also page X of Y in one textfield even in nested SubReports!

 

hth + regards from Dresden/Germany

C-Box

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