I know that there is Sql Server Reporting Services uses caching. But, I would like to now if it caches the report before clicking the View Report button i.e. does it already cache the data for the report by merely changing the values of the dropdown Report Parameters. Here is the scenario:
- I call stored procedures to get the labels and values of the dropdown report parameters aside form the main report itself.
- My dropdown is cascading i.e. There are three dropdown lists (from top to bottom) say Dropdown A, B and C. The labels and values of Dropdown C are dependent on Dropdown B. Dropdown B is dependent on Dropdown A.
- I use SQL Server 2005 version as Report Server, tables and stored procedures. If its an exclusive feature of 2008, I would be glad to know, but please indicate the version you are explaining.
Any relevant information is appreciated. Thank you in advance for your time and expertise.