I have a SQL Reporting Services report with a number of parameters. Some of the parameters have their available values determined by a SQL query, and some of the parameters have a default value specified via an expression -- e.g., "= Today()" for a date/time parameter.
My problem is that whenever I make an individual parameter selection, it causes the page to refresh to a blank page -- until the "View Report" button is clicked. I'd like to eliminate any extra/unnecessary "postbacks" and have the page immediately refresh whenever a parameter change is made.
Note: I think the problem is described in more detail here:
http://forums.databasejournal.com/showthread.php?t=45954
but the link to the "http://maxqtech.com..." suggested workaround page is just not working!
Thanks for any help.
-john