We're running into the same problem as reported here: PDF Export Huge Report
We're exporting a report from SSRS using the .asmx Web Services. Exporting via the Report Manager works fine, calling from code times out. We get:
Exception Message: The underlying connection was closed:
An unexpected error occurred on a receive.
We've tried the same solutions tried by Dustin Brooks in his post.
- set the HttpRuntime ExecutionTimeout value to 3 hours on the report server
- disabled http keep alives on the report server
- increased the script timeout on the report server
- set the report to never time out on the server
- set the report timeout to several hours on the client call
I'm hoping someone may have come across a solution in the year that has past since his question was asked.