Pass Page number from one subreport to another subreport

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?

 

sushobhan.b's picture
Joined: Aug 22 2018 - 10:52pm
Last seen: 1 year 10 months ago

see answer

C-Box - 4 years 3 weeks ago

1 Answer:

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

C-Box's picture
19595
Joined: Jul 19 2006 - 5:58pm
Last seen: 3 months 2 days ago
Feedback