Reputation: 1910
In Microsoft Reporting Services 2005, I would like my report to refresh every time the value of a sql parameter is changed by the viewer.
How can that be done ? More generally, how can I force refresh on certain actions (typically, a click on a button ) ?
Upvotes: 0
Views: 1529
Reputation: 11273
I find that the best way to refresh a report is to do the following:
You could write the above logic into a function, then call the function whenever a Event occurs.
Upvotes: 1