up vote 0 down vote favorite
share [g+] share [fb]

I am trying to view Crystal Reports(.rpt) on a Visual Studion 2008 VB.Net web page and am having some problems. I tried using the CrystalReportViewer control but this is very slow for me. Just to view a 768 KB rpt file in took over 20 seconds and another 15 seconds to load a page when I clicked the next page button. Am I doing something wrong or is this just how the control is? Is their other controls I could use to display Crystal Reports on the web?

link|improve this question
The rest of the performance of your site is fine? How much data is being displayed on your report and how is the performance of any associated queries with crystal reports out of the mix? – Matt Aug 31 '10 at 13:38
Dustin, please don't repeat your question just because it hasn't been answered in 17 hours. I recommend deleting this post and retagging your first question to include vb.net. – PowerUser Aug 31 '10 at 14:29
This isn't a repeat question. In this question I would like to know what my other options are besides the CrystalReportViewer control. I was just trying to explain why this control was not working for me. – Dustin Aug 31 '10 at 15:39
The rest of the performance on this site is fine. I can display a pdf on it with no problem. The Crystal Report file(.rpt) is being created by a report team, and I just need to grab them and show them on the web. – Dustin Aug 31 '10 at 15:42
we had a similar problem with the XI viewer. Is the report a live report? If possible, I would try to run it at a predetermined time so all of the data is cached in the report, then all it has to do is generate the markup, which will speed it up. Another option is to cache the report itself, possibly in application state, so that the report will still be slow for the first person to load it, but should be a lot faster for all subsequent users. You could possibly find a way to automate this first view so that it is always kept in cache. – hermiod Sep 1 '10 at 22:48
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.