ReprintOnNewPage not working for some groupgheaders
I have a report structured something like this;
Pageheader
- Groupheader1
- Groupheader2
- Groupheader3
- Groupheader4
-- Masterdata
-- detailData (with subreport)
--- detaildata child
-- detailData (with subreport)
-- groupheader5
--- DetailData
--- DetailData
--PageFooter
The goal is to have the groupheaders 2,3,4 repeat on each page (ReprintOnnewPage=true).
For the first record that works. For all following records it does not.
I realize that this info might be somewhat limited, as so many factors could influence this.
When setting KeepChild = true for those groupheaders, they do get repeated.
However ... somepages end with just the 3 groupheaders and since there is no space left on that page, on the next page the headers get repeated again.
Any ideas or suggestions where to look for the issue?
(FR4.7)
Pageheader
- Groupheader1
- Groupheader2
- Groupheader3
- Groupheader4
-- Masterdata
-- detailData (with subreport)
--- detaildata child
-- detailData (with subreport)
-- groupheader5
--- DetailData
--- DetailData
--PageFooter
The goal is to have the groupheaders 2,3,4 repeat on each page (ReprintOnnewPage=true).
For the first record that works. For all following records it does not.
I realize that this info might be somewhat limited, as so many factors could influence this.
When setting KeepChild = true for those groupheaders, they do get repeated.
However ... somepages end with just the 3 groupheaders and since there is no space left on that page, on the next page the headers get repeated again.
Any ideas or suggestions where to look for the issue?
(FR4.7)