Hi
I am using the report viewer control that ships with reporting services to call reports in an asp.net application. The report just reads from a table and displays the information. The problem I get is that if I call the page the first time I get the expected results displaying in my web page but the second time I call the page it does not seem to refresh the data. I have checked my code to see if it does reload the page which it does. If I hit the refresh button on the page the report will refresh and show the correct data.
It’s almost if it is getting cached somewhere. The strange part is that if I put a break point on the render method and copy and paste the url in my browser I will get the correct data.
Any ideas??
Thanks
Michael