
- Forum
- Database
- SQL Server
- Stop Refreshing of SSRS Report on the Selection of values from Drop Down List.
Stop Refreshing of SSRS Report on the Selection of values from Drop Down List.
This is a discussion on Stop Refreshing of SSRS Report on the Selection of values from Drop Down List. within the SQL Server forums, part of the Database category; Hi All, I am trying To Stop Refreshing of SSRS Report on the Selection of values from Drop Down List. ...
-
10-10-2008, 02:09 AM #1
- Join Date
- Oct 2008
- Answers
- 2
Stop Refreshing of SSRS Report on the Selection of values from Drop Down List.
Hi All,
I am trying To Stop Refreshing of SSRS Report on the Selection of values from Drop Down List.
There are 10 Drop Down List and selection of any one it is getting refresh each time and very slow and a hectic process.
I Want to refresh report after the complete selection of filtered values from the Drop Down List and then click on View Report Button
Would appreciate if some one can come out with a solution for the issue or is there any option in SQL Server 2005 from refreshing after every drop down selection.
Thank You In Advanced..
Kali Charan Tripathi
INDIA
-
01-21-2010, 03:58 AM #2
- Join Date
- Oct 2008
- Answers
- 2
Hi All,
I have done this many times ago this was just removal of parameters dependency with various permutation and combinations as per need in projects.
Just do following things.
1> Remove all dependency of parameters from the drop down population of data.
2> Pass default values under each report parameters.
I hope it will helpful.
Thank You.

Reply With Quote





