There are many ways to turn off the report cache, but many of them need you to have enough privilege to change the settings. There is one approach that everyone can do: from the url.
Append this commend to the end of the url:
&rc:emissionTime=633819525738564717The number should be random, and you can do like this:
"http://.....&rc:emissionTime=" + DateTime.Now.Ticks;
The it's the same trick like this one.

0 Comments:
Post a Comment