Jump to content

Recommended Posts

Posted
Hello

 

I am displaying the Chart in the Page Header. Since i want to display this page header only once, so as per jasper forum,

i have done by including the following expression in "Print When Expression"

 

new Boolean($V{PAGE_NUMBER}.intValue() == 1)

 

Now, I need to show only this chart in the page header and then as in the second page, i want to show the list of records.

 

So inserted the Break element at the bottom of the page header and change the break type to "Page Break".

 

 

Now when i run the report, i got the following error message

Infinite loop creating new page due to page header overflow

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Not sure why you're adding page break. Delete that and put your records fields in the details band. If you just want to have a chart on the first Title band.

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