Search code examples
reporting-servicespage-break

Report Services: Controlling page breaks inside a table


I'm using a table on my report to present the data. Since it was a lot of data and I wanted to print the report on a A4 page, I split each row into 3 different rows.

My problem is when the report goes to the second page, I want it to break before or after the 3 rows.

example:


name age
address
contact


name age
address
contact


name age
address
* page break *
contact


this is what normally happens. I want to ensure that the page break only happens on the lines.


Solution

  • I'm ended up creating a subreport to represent each item.

    I looked for the KeepTogether property but that's probably only for reporting services 2008 (I'm using 2005).