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.

 All Forums
 Development Tools
 Reporting Services Development
 Turn off caching for deployed reports

Author  Topic 

bubberz
Constraint Violating Yak Guru

289 Posts

Posted - 2006-03-27 : 13:02:14
I know you can turn of the caching for the Report Desiger, but what about for the report server link / URL the end user hits?

Our users have to hit "View Report" in order to do a fresh pull from the database.

I know you can do this via the properties tab once the report is on the server (deployed), but can this be changed in a config file?

Thanks!

bubberz
Constraint Violating Yak Guru

289 Posts

Posted - 2006-03-28 : 09:53:21
If you're using URL strings, add this as a suffix:

&rs:ClearSession=true
Go to Top of Page
   

- Advertisement -