KeepChild and page breaks
In my report I have a data section with 5 children. I want them to stay all together when printed. So I set the KeepChild property of the data section and the first 4 children to "true". If a page break occurs in between those children I would expect the data section and all children to be printed on the next page. But what actually happens is that the data section and all children that would be printed on the current page disappear and all remaining children are printed on the next page.
What am I doing wrong?
What am I doing wrong?