I have an SSRS report. At the level of the footer I'm showing the table index of a table added in the report body, because it contains more than 500 pages (the table index is drawn from code "concatenating the report group name with the page number").
I need to pull this data from the footer to the body; I can't insert this data directly in the report body part, because it contains a page number, which is forbidden in the body. So: is it possible to read this data and insert it in a new report, or is there any other solution that would help?