473,652 Members | 3,123 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CrystalReports Response Time

Using CrystalReports in a Windows Form - I use the PrintDialog to get the
printer name - then set the PrintOptions.Pr interName to the PrinterName
returned. I'm using a DataSet that's returned from a server that I hit via
..Net Remoting.

When I do this in my office - the response time is instant. The response
time to get the DataSet back from the server and then start printing is less
than a second.

When I do this at the customer's site - the response time is about a minute.
I get the DataSet back from the server instantly - but then the following
four statements take about a minute. I'm guessing the SetDataSource is the
major hang up.

SalesReport salesReport = new SalesReport();
salesReport.Set DataSource(view DS);
salesReport.Pri ntOptions.Print erName = printerName;
salesReport.Pri ntToPrinter(cop ies, true, 1, 500);

It seems that the SetDataSource is trying to authenticate the user or
something that takes a long time. Any ideas on how I can get this to print
instantly at the customer's site - like it does in my office?

Help is greatly appreciated. Thanks in advance.
Nov 19 '05 #1
1 1255
I dont know for certain but I'm betting it's getting the printers from the
server not the client?
Check this.... otherwise I would maybe hit up the crystal site and see if
their forum has specifics since it's really a crystal setup issue.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"ObjectiFly " <Ob********@dis cussions.micros oft.com> wrote in message
news:0F******** *************** ***********@mic rosoft.com...
Using CrystalReports in a Windows Form - I use the PrintDialog to get the
printer name - then set the PrintOptions.Pr interName to the PrinterName
returned. I'm using a DataSet that's returned from a server that I hit
via
.Net Remoting.

When I do this in my office - the response time is instant. The response
time to get the DataSet back from the server and then start printing is
less
than a second.

When I do this at the customer's site - the response time is about a
minute.
I get the DataSet back from the server instantly - but then the following
four statements take about a minute. I'm guessing the SetDataSource is
the
major hang up.

SalesReport salesReport = new SalesReport();
salesReport.Set DataSource(view DS);
salesReport.Pri ntOptions.Print erName = printerName;
salesReport.Pri ntToPrinter(cop ies, true, 1, 500);

It seems that the SetDataSource is trying to authenticate the user or
something that takes a long time. Any ideas on how I can get this to
print
instantly at the customer's site - like it does in my office?

Help is greatly appreciated. Thanks in advance.

Nov 19 '05 #2

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

Similar topics

0
2782
by: Stijn Lambert | last post by:
Hi all, I am having some problems with Crystal Reports 9 for Visual Studio .NET ... I have a multithreaded application that prints reports in several threads (based upon incoming requests on a queue ...), 1 report per thread. When multiple threads are launched, I get the following error: CrystalDecisions.CrystalReports.Engine.OutOfLicenseException This is due to limitations in the Crystaldescisions object-model. (Thats's
4
11398
by: anannj | last post by:
Hi everyone, I have a Crystal Report with a subreport in a windows application, which is to be exported to the pdf file. I followed the instructions on http://support.crystaldecisions.com/library/kbase/articles/c2010275.asp to set up the log on information. But I always got the exception at the statement: tbl.Location = ...; The error message is listed below:
0
1318
by: Susil Patro | last post by:
Hi all, I have installed Visual Studio dot net version 2003, in my machine. I opened a new project for developing an application related to crystal reports. I got the following error, while I tried to add a new dataset "The daVinci Diagram Surface could not be found. Please reinstall Visual Studio".
5
1366
by: Åženol Akbulak | last post by:
Hi, I want to use Crystal Reports in my asp.net application. I get this error: ### CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. ### I have read this solution and then I applied solution: http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B319264 But I still get logon exception.
3
1989
by: Lorenc | last post by:
Is anybody experiencing the following error when trying to export a crystal report to a pdf? This error happens randomly. ------------------------------------------------------------------------ Error occurred. Exception of type System.Web.HttpUnhandledException was thrown. Cannot find the assembly Cybex.CRMBL, Version=2.5.4.0, Culture=neutral, PublicKeyToken=null. mscorlib System.Reflection.Assembly GetAssembly()
0
5235
by: Pavan | last post by:
THIS IS THE ERROR I GOT: --------------------------- Report Generation Error --------------------------- <Our System specific error raised by out VB.NET application..inserted by Developer>
1
1972
by: clusardi2k | last post by:
Hello, the step that I did to get to my current question are: I began to use the keyword DataDirectory and the next line of code. When I ran the application, I would be asked for a Login ID and password. If I clicked the cancell button on that Login window I would not see the report at all. CrystalReport1.Load(Application.StartupPath & "\..\..\CrystalReport1.rpt")
0
1080
by: Jon Vaughan | last post by:
I have a crystalreports control that im using to display reports in using client side data. On some of the reports I get a very ambigious error , which is just a path to the report guide that has caused the error. Obviously this is of very limited use as I need to find out more of whats happening. I have tried to add a catch to : CrystalDecisions.CrystalReports.Engine.InternalException
2
1303
by: mattioli.mirko | last post by:
Hi , I have a problem with CrystalReports. It is possible create CrystalReports at runtime? I don't have the file .xsd at designer , when run my application, I have the DataTable object , and the .xsd file, it is possible use .xsd how parameter with the crystalReports and load the crystalReports with the .xsd file at the runtime ? Thanks for all...
0
8367
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
8279
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
8811
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
7302
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5619
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
4145
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
4291
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2703
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
1
1914
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.