report viewer control on winform

  • 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

  • Hi,

    I prefer local processing mode for apps to avoid that problem.

    Did you try to change

    this.ReportViewer1.ServerReport.Timeout = 600000;

    Br.

    Mike

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply