Hi @Nick Ryan ,
Thanks for providing the framework of the report.
Our most common is to add page break in Group Properties after grouping. But this will usually be paged after each item.
The second is to add page breaks to the rectangle, which is obviously not applicable in your report. The last thing I want to say is to group by row.
Unfortunately, SSRS cannot meet your requirement of presenting a page for every four items after grouping. As you said, each item has five detail rows and one Total row after grouping, you could paginate the page according to the number of rows. For a detailed tutorial, you can refer to: Using Groups to Choose the Number of Rows per Page.
But I'm not sure whether this scheme is applicable to your current grouping report. But as far as I know, other than that, there is no other way to achieve your needs.
Similar to the above scheme, you can also use parameters to control the number of rows. For more information, please refer to: Using Parameters to Control the Number of Rows.
About displaying row headers and column headers in multiple pages, it can be achieved by setting RepeatOnNewPage to True, please refer to: Display Row and Column Headers on Multiple Pages (Report Builder and SSRS).
Hope this helps.
Best Regards,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.