Reputation: 3062
My company has a webservice that calls the MS Reporting Services ReportExecutionService (ReportExecution2005.asmx)
We we want to be able to cancel a report from the UI, but this needs to be done in such a way that the server stops processing the report (because the report may be resource-intensive, and we want to conserve our load if we can).
Unfortunately, I can't find a clean way to do this. Any suggestions?
Upvotes: 0
Views: 664
Reputation: 12756
I don't think there is a way to do what you want using the RS web service. This blog post highlights some issues with cancelling long running reports and also has a couple of workarounds:
Upvotes: 1