Suppress repeated page header

pinbotpinbot Texas
edited 4:24AM in FastReport .NET
I have a page header that I broke into 2 bands, a page header and a child.

If my databand overflows the page, I'd like to repeat the page header but not the page header's child.

Is there an easy test that I can put in the childs OBP to hide the child band if this is the second page of a data group?

On the next group, I'd like to show the child of the page header again.

I suppose I could use some variables and set true on the group header to hide on the next page and false on the group footer (to show for the next group).

Bryan

Comments

  • pinbotpinbot Texas
    edited 4:24AM

    Answered my own question!

    In my group header OAP, I set the child visible=false (so if the group overflows the page, the child will not show up on the next page)

    In my group footer OAP, I set the child visible=true

    Works like a charm.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.