Currently a report page is setup to output desired content.
I have the footer stating which page from the total number of pages using built in global fields
="Page: " & Globals!PageNumber & " of " & Globals!TotalPages
I am looking to repeat/duplicate the entire report on page 2,3,..,x. This will be decided by a parameter value on the report, which a user will choose loading the report.
Searching for similar scenarios, I have chosen to repeat row headers/column headers, but I'm unsure how to force the report to repeat on a new page. Most of the examples show extended datasets spanning further pages after page breaks.
--Only allowed to post 2 links, will try to post as comments of threads I've used to try and reach a solution for my self.
Below are a few screenshots of my report/design.