I am running SSRS on Sql Server 2008 R2. I am being requested to customize the SSRS export functionality to accomplish the following:
We have a report (with a list of students) from which I linked a drillthrough report, so when you click any student name you get student details (courses, attendance, etc).
The requirement is that, when the user tries to export the main report, present to him the option to include in the exported file the detail reports for all the students displayed in the main report.
So basically, the question is... is there a way to "extend" the export functionality in order to ask the user some questions and based on that return a pdf with results from a linked report which hasn't even been opened yet?
Thanks