Hi I'm developing a C# application with objects as datasource to an RDLC report in VS2008 / ReportViewer 2008 (9.0.x.x). I'm having trouble getting the KeepTogether property working (or understanding how it's supposed to work). The help text for the KeepTogether property says Indicates that the data region (all repeated sections) should be kept together on one page if possible . I'm assuming each object in a C# list that I databind to is considered a "repeated section", ie if I have a list of objects with Count=4, i have4 sections.Why then aremy sections split across pages in my report when each of them onlytakes about 1/2 of the page?

edit: The problem is with PDF or print output. The preview in the ReportViewer Form on the other hand does another form of paging that splits pages better.

Illustration: