This is a migrated thread and some comments may be shown as answers.

Large data for Silverlight report

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hannes
Top achievements
Rank 1
Hannes asked on 03 Feb 2011, 10:48 PM
Hi

I am using Silverlight and render reports via Telerik Silverlight ReportViewer. Everything works fine except when the data is large (5000 rows). The report starts getting data and display the busy animation. After a while it just throws an exception "An exception occurred during this operation, making the result invalid. Check InnerException for exception details"

Is there something I can do for larger data?
How can I view the Inner exception, because the error it currently gives me, means nothing to me?

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 04 Feb 2011, 09:58 AM
Hello Hannes,

The exception thrown in the viewer is a generic one and it might be due to various reasons.

In order to get more information about the actual problem, try the following:

  • show the Output window in Visual Studio and check whether there is an exception when you're running your application in debug mode.
  • access the .svc file directly in your browser to see if it reports any problems.
  • enable the CLR exceptions from Debug --> Exceptions menu in Visual Studio and run your project in debug.
Additionally, you already have a sample at your disposal - the Visual Studio examples we install along with the product. What happens if you use the Silverlight application to run your report?

Best wishes,
Steve
the Telerik team
Get started with Telerik Reporting with numerous videos and detailed documentation.
Tags
General Discussions
Asked by
Hannes
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or