SSRS Page Break not breaking

So here is the deal. Our POForm has Terms and Conditions on a separate page by means of a page break on a rectangle. All of a sudden its not working.

I have it sitting in the page footer. Ive re-adjusted the rectangle, moved things around. Its like breaking the page is broken :upside_down_face:

SSRS:

The text for terms:

Text box properties:
image

The rectangle:

rectangle properties:
image

1 Like

Double check the settings in the Properties for that rectangle.

image

You cannot put page breaks in headers or footers in SSRS. You cannot overflow a footer either. What we usually do in these cases is create a β€œmain” report with the header and footer, and insert the terms page in the BODY section of that main report (with a page break before the rectangle). Then insert your actual report as a subreport above the terms rectangle.