SSRS subreport page break not working

Terry St Jean 81 Reputation points
2023-04-19T12:34:12.9633333+00:00

I have a main report with a subreport. In the subreport, I have multiple Tablix's.
If I run the report by itself in either Visual Studio or in the report web viewer, I get multiple pages with proper page breaks.
When I run the main report (with the embedded subreport) in either Visual Studio or the report web browser, I get one long page with no page breaks. In the main report, I have "Keep together" set as false for the subreport object. In the subreport, I have "Keep together" set to false for all of the tablix's. What am I missing? Thanks,
Terry

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,065 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Terry St Jean 81 Reputation points
    2023-04-19T12:38:24.44+00:00

    Found the issue. The subreport object was inside a rectangle. The rectangle object had the "Keep together" set as true. I changed it to false and I'm getting the page breaks for the sub report in the main report.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.