Sql-server – How to one prevent page breaks between Tables in SQL Reporting Services 2005

page-breakreporting-servicessql server

I've been developing an SSRS 2005 report (a form letter) that contains two tables. The first "table" uses DataSet "A" to populate address fields on letterhead.

The second table uses DataSet "B" to display a basic list of records that pertain to the addressed party.

Even though the two tables are within the same page and all PageBreak* properties are set to "False", SSRS renders the report as two pages.

How can I force both tables to render in series, without any page breaks?

Am I missing something, here? Are you not supposed to include two tables on a single report on the same page?

Best Answer

please test this approach :

1- put a rectangle in your report.

2- put your tables in this rectangle.

maybe this approach solve your problem.