Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tripathi_soft
Starting Member
8 Posts |
Posted - 2008-10-09 : 05:32:47
|
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 refreshig after every drop down selection.Thank You In Advanced..Kali Charan TripathiINDIAMail ID -- tripathi_soft@yahoo.co.in -- kalicharan.tripathi@in.schneider-electric.com |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-09 : 05:35:46
|
1.Are the parameters dependent? i.e is one parameter value used in query for populating next parameters values?2.Are you using dataset or hardcoding default values for parameters? |
 |
|
|
|
|