fluentreports
fluentreports copied to clipboard
[FRG] pageHeader does not show on all pages of a finalSummary section
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.
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.
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?
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.
Gotcha. That feels good as your call, since it's a FR design decision. Thanks for the info!