I am designing a two page report using the reportviewer control. The second page includes a few textboxes and two tables with different datasets. Both tables have a set amount of rows (25) that can be displayed on one page. Everything works fine when the datasets for both tables returns less than 25 rows, but the issue I am having is if either of the table dataset returns more than 25 rows. In that case a new page should be created replicating everything that is on the second page of the report the (textboxes and the two tables) regardless if only one have data to display or not. Basically every page after the first page should be identical with only the data in the tables changing.
Is there any way to accomplish this using the reportviewer control? Thanks in advance.