SSRS Report print layout

Is there a simple formatting trick to have report rows display on the next page if it is only the row headers. Such as the screenshot below for example, having the circled header at the bottom of the page not show up on the current page and be moved to the next page ect.

@Tripb44 Assuming they are in the same Tablix you can set keep together. Notice it says if possible, so there are some scenarios where it will fail.

Greg
image

1 Like

Yes I have that option selected currently. Below is the layout of currently.

Select the top Row Group and change KeepTogether property to True…

2 Likes

Using the advanced mode for managing sections
image

Find the Static Header Row Group you want to stick with the details. Make sure KeepTogether is True, AND KeepWithGroup is set to after. That way the section sticks with the next.
image