473,804 Members | 3,375 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crystalreportvi ewer. Very Slow navigation

Hi All.

I'm using a crystal report viewer in asp.net. My problem is when ever i use the next/prev page buttons it takes ages to display the new page. I'm setting the reportsource using a string ie" c:\report1" so i'm not binding the report on each post back. I've also tried using my own buttons and the rportviwer.show nextpage method, but this is no quicker.

help
Alan.
Jul 21 '05 #1
0 1421

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2965
by: jmhill | last post by:
Has anyone else had this issue? Basically, the preload of images for a rollover effect for the navigation is really really slow when using IE 6.0 but when i view the site using Netscape, it's fast like it should be(no lag!) My problem is that since 96% of users use IE, i need to figure a way to fix this. Below is the javascript currently being used. The arguments are passed in before the script is called. MM_preloadImages(
0
1891
by: Cuperman | last post by:
Hi All, I am pretty new to Crystal coding and trying to enhance a report that we have created in .Net I have a CrystalReportViewer control which loads a report from Cache memory. This all works fine. When we close the report we fire a snippet of code using the page.onunload event. This clears the report out of the Cache memory.
1
2153
by: Jordan | last post by:
Hi, I've declared the statement below in my form and somehow crystalReportViewer1 is always null. Is there anything wrong with the statement? private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1; Thanks.
1
2678
by: John Smith | last post by:
Hi all, This is my first time to post to this group, so please welcome with a clamb! :-) This is also the first time to use CrystalReportViewer in ASP.NET application, but i can't figure out why the navigation or any button on it does not work...please advise...
1
2476
by: CodeRazor | last post by:
Hi, I am using a CrystalReportViewer to display my report. The DisplayToolbar property is set to true. This displays a dark grey toolbar with navigation buttons etc. Is it possible to change the colour of the toolbar? many thanks
3
16650
by: Reza Nabi | last post by:
Hello I created a very simple page just to load a crystal report which was working just great Code started throwing the following exception, after I installed crystal report 9 advanced edition ---------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your...
2
3460
by: Rod | last post by:
I've got a CrystalReportViewer on an ASP.NET page (.NET Framework 1.1, Crystal Reports for .NET). When I go the report, it comes up but doesn't show any of the navigation icons (they're all .GIF files) on the web page. What is wrong? Rod
3
4921
by: roopsd | last post by:
I am using VS.NET 2003 with crystal reports XI release 2. I get a runtime error at the following line: oRptForm.crystalReportViewer.ReportSource = oReport An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll If I put the following statement inside a try catch block, it gives me
0
1340
by: roopsd | last post by:
Hi Thank you for yuour help. I am using VS.NET 2003 with Crystal XI r2. I am getting NullReferenceException at the following line in my code. oRptForm.crystalReportViewer.ReportSource = oReport I did bind the oDataset with a datagrid to make sure it has data and it does show 2 tables with data.
0
1116
by: gsauns | last post by:
I have a CrystalReportViewer control on an aspx page, 2.0 framework. The report itself displays correctly, but all the images on buttons (Print, Export, record navigation, etc) are not visible - they are x'ed out... Does anyone know why this is? Am I missing a DLL? Here's my declaration: <CR:CrystalReportViewer ID="crvRpt" runat="server" AutoDataBind="true" DisplayToolbar="True" DisplayGroupTree="false" />
0
9704
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9569
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10558
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10318
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6844
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5503
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4277
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.