Set TimeOut to a ReportViewer


/ Published in: VB.NET
Save to your folder(s)

I have a Report Viewer on an ASPX Form that uses an Object Data Source / Data Set that connects to a SQL Server Database Stored Procedure. Depending on the parameters sent to the procedure, it will take longer than 30 seconds to run, thus generating the following error:

An error occurred during local report processing.
An error has occurred during report processing.
Exception has been thrown by the target of an invocation.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

URL: http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/7af4cd2c-034a-4501-a062-8caaa2e6e924

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.