.net - SSRS regenerate the report -


i'm accessing reports ssrs server using url access. generate report links dynamically in web app , working fine. except reports not refreshed automatically. think server serves subsequent request cache. reports refreshed when different report generated(diferent db values report).

this how i'm accessing them.

http://seivmedevrs01.ctc.seic.com/reportserver?%2fims%2fdublin%2fkii%2fdev%2fkeyinvestorinformation&rc:toolbar=false&id=13 

i wonder if there parameter tells server allways

add parameter url:

rs:clearsession=true 

giving url of:

http://seivmedevrs01.ctc.seic.com/reportserver?%2fims%2fdublin%2fkii%2fdev%2fkeyinvestorinformation&rc:toolbar=false&id=13&rs:clearsession=true 

source


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -