Is there a way of preventing the very last row of some data appearing on a new page on its own? I’m thinking of something like a property specifying “don’t allow fewer than x rows to appear on a page on their own”. So for example, if I have a dataset containing 25 rows and each page of my report can accommodate 24 rows, ordinarily I would get the heading labels and the last row on a new page on their own. What I would I like is to be able to set a property to say 3, resulting in page one containing 22 rows and page two containing 3 rows.