Jump to content
JasperReports Library 7.0 is now available ×

Header on all pages but the first


Recommended Posts

By: Corey Puffalt - yeroc

Header on all pages but the first

2002-10-09 15:30

Hi,

 

Is there any way to get a header to print on every page except the first one? I tried using a isPrintWhenDetailsOverflows="true" but that didn't work. I also tried setting a

<printWhenExpression>

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

</printWhenExpression>

 

But that doesn't work either...any ideas?

 

 

 

By: Corey Puffalt - yeroc

RE: Header on all pages but the first

2002-10-09 15:31

er...that was

 

<printWhenExpression>

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

</printWhenExpression>

 

(not >=)

 

 

By: Corey Puffalt - yeroc

RE: Header on all pages but the first

2002-10-09 15:44

Pardon me...it appears to be working afterall...

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