Suppose I have the following group, with a header, a detail and a content.
Group 1 HEADER  
Group 1 DETAIL 1  
Group 1 DETAIL 2  
...  
Group 1 DETAIL n  
Group 1 FOOTER
I want that HEADER, DETAIL and FOOTER are always be rendered togheter, on the same page, as they would be included in unique "unbreakable bloc"
An example of what I don't want (the page break between Group 1 DETAIL n and FOOTER)
Group 1 HEADER  
Group 1 DETAIL 1  
Group 1 DETAIL 2  
...  
Group 1 DETAIL n  
<<<<<<<<<<<<<<<<<<<<-PAGE BREAK
Group 1 FOOTER
In this situation, I want the HEADER, DETAIL and FOOTER bloc to moved entirely to the next page.
Thanks a lot for your help guys!
Octave