Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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. ...

  1. #1
    tripathi_soft is offline Junior Member Array
    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


  2. #2
    tripathi_soft is offline Junior Member Array
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...