March 27, 2006 at 11:04 am
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!
March 28, 2006 at 7:19 am
I believe what you're looking for is :
&rs:ClearSession=true
HTH.
March 28, 2006 at 7:22 am
thanks for the reply Richard!
So..is this for the rspreviewpolicy.config file?
March 28, 2006 at 7:24 am
No, this is the for the url. It basically tells the report to not used the cached version and to always get a fresh copy from the database. Are you using the URL method or web services?
Richard.
March 28, 2006 at 7:29 am
ah...sweet!
We're using the URL method!
Thanks for the help!
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply