bet*_*ish 4 browser pdf caching temporary-files reporting-services
我有一个网页,通过链接下载ssrs报告的pdf版本.但是,当我更改数据时,浏览器会像以前一样提取相同的pdf文件,而不会更新信息(存储在临时文件夹中的pdf文件).如果我然后去另一个浏览器并下载PDF我得到新版本,但另一个浏览器仍然得到旧版本.如何强制浏览器下载新版本的pdf报告?
我用来创建pdf的网址如下:
我使用clearsession参数来获取带有更新信息的新pdf,它在url中看起来像这样:
http:// servername / ReportServer/Pages/ReportViewer.aspx?/ MyReport /&rs:Command = Render&ReportID = 123456&rs:Format = PDF&rs:ClearSession = true