I have a report that already has an existing header. I need to add some info to just the cover page header.
So I added everything in a rectangle. Then hid the rectangle on everything but the first page.
=Globals.PageNumber <> 1
That works… but now I have a giant white space in place of the rectangle. The rectangle contains images and some textboxes.
Any idea?
I ended up moving the rectangle to the first page and then hiding the header on only the first page.