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?