I have a requirement in which I have to consolidate 5 SSRS reports. All 5 reports have exact same parameters. Currently, I have consolidated all the 5 tablixs into one report and have created a new dropdown parameter from where a user can select a particular report.
My Question is how do I maintain CACHE for each of the 5 selection from the dropdown. All 5 tablix have their own 5 different dataset which calls each of their store procedures. Currently its taking almost 5 min to load the report when different report is selected from the dropdown parameter.
OR whats the best way to conslidate these 5 reports in one. Please help. Thank you.