I work with ssrs reports. I have a summary and a detailed report. A detailed report is associated with the final report. Now the user wants to have a “Return to summary report” link in the detailed report.
My main problem is that the summary report has multi-mode options. I know the solution if I have separate selection options. In this case, I can create a text box with the text decorated as a link button, and in the Action property of the text box select "Go to report" and provide the parameters that I get from the previous report. This method works for individual selection options in the summary, but I don't know how to handle multi-selection.
Also, we do not have a small button that ssrs provides for returning to reports. So this is not an option that I can use.
Any ideas would be appreciated.
source share