I want to display SSRS report output in an IFrame of another application. I set the source like this:
http://SERVERNAME.domain.com/ReportServer?%2fTBI_MSCRM%2fCustomReports%2f%7bdafdbed0-1e96-e211-a5da-001d0967e0fc%7d&rs:Command=Render&rc:Toolbar=false
The problem I am facing is that the report output seems to be cached for the session.
If the report has a timestamp that does not refresh when the page refreshes. To view the updated data, you must close the entire browser and reopen the page. Snapshots are not included in SSRS, there is no plan to update the cache if the option "Do not cache temporary copies of this report" is selected.
I infer the URL from the IFrame and run it in isolation, and get the same results, so the IFrame problem is not a problem. I need this report to be updated every time a URL is available.
Any ideas are greatly appreciated.
source
share