473,503 Members | 1,797 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.PrinterName 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.SetDataSource(viewDS);
salesReport.PrintOptions.PrinterName = printerName;
salesReport.PrintToPrinter(copies, 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 1246
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********@discussions.microsoft.com> wrote in message
news:0F**********************************@microsof t.com...
Using CrystalReports in a Windows Form - I use the PrintDialog to get the
printer name - then set the PrintOptions.PrinterName 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.SetDataSource(viewDS);
salesReport.PrintOptions.PrinterName = printerName;
salesReport.PrintToPrinter(copies, 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
2761
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...
4
11391
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...
0
1314
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...
5
1362
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...
3
1986
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. ------------------------------------------------------------------------...
0
5221
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
1965
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...
0
1072
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...
2
1296
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...
0
7076
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...
0
7274
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,...
0
7323
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...
0
7453
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...
0
5576
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,...
1
5005
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4670
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...
0
3162
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...
0
377
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.