Hi Guys,
I have currently updated my Telerik Reporting Services to the latest Version of Q3.
My Application uses Silverlight and Telerik Silverlight Report Viewer that gets the data from the "ReportService.svc" WCF Web Service.
When I have more than 1000 records (transactions) I always get a timeout after about 1 minute. My suggestion is that this is the default max time of a WCF web service call before a timeout exception is thrown.
I already adjusted the service behavior and timeout settings in the hosting web application that provides the ReportService.svc service.
What I am missing is the client endpoint configuration in my Silverlight application.
My Silverlight code for the report viewer is:
Where can I set this client endpoint parameters to increase the timeout settings in Silverlight??
I really preciate any quick help on my issue. I think it can only be a configuration issue.
Thanks a lot
Heiko