fluentreports icon indicating copy to clipboard operation
fluentreports copied to clipboard

[FRG] pageHeader does not show on all pages of a finalSummary section

Open beauwest opened this issue 4 years ago • 4 comments

I have a Final Summary that spans multiple pages, and has a "Page Break Before". The Page Header does not show on any of pages that are for the finalSummary.

beauwest avatar Aug 18 '20 18:08 beauwest

I think this is by design -- for some reason I think the final summary is designed to not trigger any headers.

How important is it to have a the page headers triggered.

NathanaelA avatar Sep 07 '20 19:09 NathanaelA

It probably isn't super critical, and I should be able to work around it in the scenario I came across. It just seemed strange that a page header wouldn't print on each page. Is it a PDFKit thing?

beauwest avatar Sep 07 '20 19:09 beauwest

No PDFKit has no idea of headers and footers, it is just pure raw output. The FR engine makes the assumption that once it hits the final page summary that it won't need to do any headers so it does no checks for it. This might be something that we can fix easily, not sure, been a while since I messed with headers/footers in FR.

NathanaelA avatar Sep 07 '20 19:09 NathanaelA

Gotcha. That feels good as your call, since it's a FR design decision. Thanks for the info!

beauwest avatar Sep 07 '20 19:09 beauwest