I've been developing an SSRS report that contains two tables.
The first "table" uses DataSet "A" & second "table" uses DataSet B.
In both DataSet, an "Id" is common.
My requirement was to group data on "Id" in both the tables. That I did.
Two tables are within the same page and all PageBreak* properties are set to "True" on "Id" column.
The problem is SSRS renders the report with pagebreak for first "Table". After the first "Table", it starts rendering second table with page breaks.
How can I force both tables to render in a single page with pagebreak set on "Id" ?