• I think I am following what you are looking for. Perhaps what you need is not something that turns on and off the headers but changes what appears there depending on the page / parameter what about something like:

    Iif(Globals!PageNumber > 1, True, False)

    in the "Hidden" field of the different items you have in your page header.