SSRS Tablix printing on second page for long tables

I have modified the built in Quote Worksheet SSRS report. I am having problems with the material list. If the material list is less than 1 page, it print fine. If it is longer, it prints the header on the first page and the contents on a second page. Any ideas?

Small list:

Large list (Page 1):

Large list (Page 2):

Check the Row Groups for the “KeepTogether” property. You’ll want this to be False so SSRS doesn’t try to make sure the whole group fits on one page.

That worked. Thanks

Please mark it as the solution :slight_smile: