How can one prevent page breaks between Tables in SQL Reporting Services 2005?
- by James
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 forced page breaks?