My Setup:
a rpt report is "publish as web service" to a site hosted on IIS 7
a Reportviewer control from a win app. accessing the report by seting its reportsource to http://xxxxxxxxxx/x.asmx
Everything load and work correctly the first time i open my report from the winform
My Strange Problem:
When i re access the report (by closing down the winform then reload it and the reportviewer control) , it does not refresh data from the database again. I run a trace and verify this. It seem to be using some kind of server cache that i would like to turn off and ahve it hit the database every time i open the report
Could someone please help?
thanks