alanjuden / MvcReportViewer

Custom Report Viewer control to replace MS Report Viewer on MVC projects (also works on .NET Core as a Report Viewer).
MIT License
173 stars 109 forks source link

Time Out Problem #48

Closed basharsvu closed 7 years ago

basharsvu commented 7 years ago

Dear,

Am setting the Time out Parameter to the infinite but actually am still facing time out issue after 2 mints any idea please

alanjuden commented 7 years ago

@basharsvu,

Here are things I would check:

  1. Have you checked the timeout value that's specified in your report itself?
  2. Does the report work just fine when you're using the regular report server?
  3. Open Chrome Developer Tools and see if the website is timing out on the request rather than the SSRS api.

Hope this helps.

Alan

basharsvu commented 7 years ago

Yes Thank you.