Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 report viewer on winform

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2013-11-28 : 04:12:57
Hello,

using ssrs 2008.
The ssrs report takes over 20 mins to populate. This works fine if it is run from the server i.e. http://reportserverName/reports/reportName...

In my winform I am using a report viewer control which calls the report. But in the report viewer if any report runs more than 10 mins then it shows timeout.
The report on the server has the option "Do not timeout report" selected
Question:

Is there a way to increase the timeout in the report viewer control?
Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-11-28 : 06:21:10
i think you need to change AsyncPostBackTimeout settings

http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.asyncpostbacktimeout.aspx

I hope you've also increased timeout in web.config

<httpRuntime executionTimeout="999999" />

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -