I've built the report based on SQL Server Reporting Services and user can view and query the report via web url. The report accepts the query values via parameter within the url. However, everytime the user change the query and click view report, the web url won't change. this brings a bad user experience as user save the current address won't lead them to the same report next time.
Is there any way I can make the report update the web url each time user click the "View Report" button?