cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal reports viewer does not display data firstime

Former Member
0 Kudos

Hi Ludek,

    we were using Crystal Reports in our asp.net application and they are working good.

we are developing new silverlight application using VS 2010 and SQL Server 2008 and Crystal Reports 2008 sp3.

  when we try to generate report from application and data is coming good but it's not displaying first time.

when I changed the view ( 100% -- 75% ) it renders the data.

  Not sure how to fix it.. when I click on the refresh also it renders the data correctly

Please advise?

kind Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Vijay,

We don't support Silverlight but see if this Microsoft Kbase article helps:

Thanks for the advice on running Fiddler.  Fiddler pointed out that after the Oracle database processing was complete for the report, an "HTTP 500 - Request Timed Out ([HttpException (0x80004005): Request timed out.]) error was received.  I researched the error and found this post:

http://support.microsoft.com/kb/825739
 
As noted in the post, our web application is running in Release mode with the value of the "Debug" attribute in the Web.Config file set to false.
I followed the suggestion to increase the time-out value of the "executionTimeout" attribute in the Web.Config file of the web application:
<httpRuntime executionTimeout="600" />

Don

Former Member
0 Kudos

Hi Ludek,

  we are rendering the report in .aspx page and first time the report displayed blank and when I use the tool bar in crystal report viewer and set the zoom to 75% or 125%

the report displayed correctly

please let us know is there any thing we can do to render the report correctly.

former_member183750
Active Contributor
0 Kudos

Well, like Don said, CR does not support SilverLight. What you may want to do is a web app that mimics your SliverLight app but does not use SilverLight and see if you can render the report there.

Also, the fact that the report comes up after zooming indicates some sort of a postback issue. E.g.; on zoom, the viewer does a postback to the server, which then sends a new stream to the client.

- Ludek

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Share Your Knowledge in SCN Topic Spaces

Answers (0)