Here's what I do know:
- I know that document maps and bookmarks can be utilized on screen but not in a pdf.
- SSRS does not have an out of the box ability to generate a printed Table of Contents with Page Numbers to a pdf.
- I know that a TOC can be generated by exporting the document map to Word. This approach will not work for my situation.
- Global variables can store page numbers, but they can't be utilized within the report body, only headers and footers.
The closest thing I can find is a reference to create an external assembly or dll to make it work. This link Eric Charran's blog says it can be done, but doesn't post any code. I might be able to limp my way into replicating a .net assembly if someone can give me the code for the method, but I've never created one and have very limited knowledge of VB and no C# knowledge. I have only ever referenced a dll from within SSRS.
Based on the number of people searching for this solution, anyone who would write this external assembly would be helping a ton of people! And I know I would be very grateful.
Thanks, in advance, for your attention.