Hello there.
I am using Telerik Reporting in Silverlight and for the most part, it works pretty well. I start the report from my Silverlight-project and Silverlight ReportViewer opens. Then I have ReportLibrary where I have reports. My reports uses objectdatasources which search data from database. Datasource is a class in ReportLibrary, datamember is IQueryable-method in that class and then there's couple of parameters. With this kind of solution reports gets data from our database.
But especially reports with more than one objectdatasource occasionally gives the error "Report is unavailable or session has expired.", even though rendering haven't taken that much time.
After I press refresh button once or twice, the error disappears and Silverlight reportviewer shows the report correctly.
I know that there is an article about that error, but I would still like to know what is the most likely reason for this kind of behavior?
Thanks.
I am using Telerik Reporting in Silverlight and for the most part, it works pretty well. I start the report from my Silverlight-project and Silverlight ReportViewer opens. Then I have ReportLibrary where I have reports. My reports uses objectdatasources which search data from database. Datasource is a class in ReportLibrary, datamember is IQueryable-method in that class and then there's couple of parameters. With this kind of solution reports gets data from our database.
But especially reports with more than one objectdatasource occasionally gives the error "Report is unavailable or session has expired.", even though rendering haven't taken that much time.
After I press refresh button once or twice, the error disappears and Silverlight reportviewer shows the report correctly.
I know that there is an article about that error, but I would still like to know what is the most likely reason for this kind of behavior?
Thanks.