knyllers Posted August 18, 2010 Share Posted August 18, 2010 Hello,I have a report where I have a page header. I want this header to be visible on all pages but the first. Is this possible? /Henrik Link to comment Share on other sites More sharing options...
jvivenot Posted August 18, 2010 Share Posted August 18, 2010 Hi,Not sure it is the best way to do this but you could : - put everything you have in your page header in a frame- set the frame's "Print When Expression" value to "new Boolean($V{PAGE_COUNT}!=1)"- check "Remove Line When Blank" in order for the invisible header not to take space on the first page. Hope this helps.CheersJulien Link to comment Share on other sites More sharing options...
knyllers Posted August 19, 2010 Author Share Posted August 19, 2010 That worked, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now