473,396 Members | 1,792 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Reports with crystal

Dear all,

Our customers request the need to be able to make data analysis and
reporting over an intranet solution. And this for sure in a quite fast way
like 2 to 3 month developement. Actually I am looking for components to buidl
such applciation and I will definitly use ASP.NET.

Analysis module will be able to extract simple data to simple web page
Report modules will eb able to generate and prints more complicated querries.

The point which far to be clear for me is the last one as Reporting. I ma
used to Crystal under Windows application but not under ASP environement

Does any one of you have sample on crystal printing implementation under ASP ?

Thnaks for your reply
regards
serge

Nov 19 '05 #1
3 1145
Hi serge,

If the ASP.NET application is an intranet one, you can use:

CR_Report.PrintOptions.PrinterName = net_work_printer;
CR_Report.PrintToPrinter(1, False, 0, 0);

Or you can export report to pfd file, then open the pdf file to print it
from browser.

HTH

Elton Wang

"serge calderara" wrote:
Dear all,

Our customers request the need to be able to make data analysis and
reporting over an intranet solution. And this for sure in a quite fast way
like 2 to 3 month developement. Actually I am looking for components to buidl
such applciation and I will definitly use ASP.NET.

Analysis module will be able to extract simple data to simple web page
Report modules will eb able to generate and prints more complicated querries.

The point which far to be clear for me is the last one as Reporting. I ma
used to Crystal under Windows application but not under ASP environement

Does any one of you have sample on crystal printing implementation under ASP ?

Thnaks for your reply
regards
serge

Nov 19 '05 #2
Thanks for your reply helton

for creating the crystal report template do you use crystal developement
itself or the minimal version embeded in Visual Studio ?

what is the difference then if my apliction works afterwards on internet ?

Thansk for your reply
Regards

Serge
"Elton W" wrote:
Hi serge,

If the ASP.NET application is an intranet one, you can use:

CR_Report.PrintOptions.PrinterName = net_work_printer;
CR_Report.PrintToPrinter(1, False, 0, 0);

Or you can export report to pfd file, then open the pdf file to print it
from browser.

HTH

Elton Wang

"serge calderara" wrote:
Dear all,

Our customers request the need to be able to make data analysis and
reporting over an intranet solution. And this for sure in a quite fast way
like 2 to 3 month developement. Actually I am looking for components to buidl
such applciation and I will definitly use ASP.NET.

Analysis module will be able to extract simple data to simple web page
Report modules will eb able to generate and prints more complicated querries.

The point which far to be clear for me is the last one as Reporting. I ma
used to Crystal under Windows application but not under ASP environement

Does any one of you have sample on crystal printing implementation under ASP ?

Thnaks for your reply
regards
serge

Nov 19 '05 #3
Although you can use .NET VS to create CR, for complicated reports, it’s
better to use Crystal develop tool.

If you want it to be used in internet, deployment might be in consideration:
http://support.businessobjects.com/l...s/c2013175.asp
HTH

Elton Wang

"serge calderara" wrote:
Thanks for your reply helton

for creating the crystal report template do you use crystal developement
itself or the minimal version embeded in Visual Studio ?

what is the difference then if my apliction works afterwards on internet ?

Thansk for your reply
Regards

Serge
"Elton W" wrote:
Hi serge,

If the ASP.NET application is an intranet one, you can use:

CR_Report.PrintOptions.PrinterName = net_work_printer;
CR_Report.PrintToPrinter(1, False, 0, 0);

Or you can export report to pfd file, then open the pdf file to print it
from browser.

HTH

Elton Wang

"serge calderara" wrote:
Dear all,

Our customers request the need to be able to make data analysis and
reporting over an intranet solution. And this for sure in a quite fast way
like 2 to 3 month developement. Actually I am looking for components to buidl
such applciation and I will definitly use ASP.NET.

Analysis module will be able to extract simple data to simple web page
Report modules will eb able to generate and prints more complicated querries.

The point which far to be clear for me is the last one as Reporting. I ma
used to Crystal under Windows application but not under ASP environement

Does any one of you have sample on crystal printing implementation under ASP ?

Thnaks for your reply
regards
serge

Nov 19 '05 #4

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

Similar topics

13
by: kristoff plasun | last post by:
I have a problem with a C++ DCOM application that prints Crystal Reports with data from Oracle. The SQL query is relatively complex but when the report is printed from the Crystal Reports...
5
by: BStorm | last post by:
I have a transaction log file where the DataSet table's Description column is actually delimited into "subcolumns" based upon the transaction id. I would like to parse these into separate fields...
3
by: Gheaci Maschl | last post by:
Hi all! I would like to have your opinion about my problem and my proposal how to solve it: Ingredients: - BTriev database - Crystal Reports - maybe MS Access - Liinos6 (small ERP software)
0
by: Robert Warnestam | last post by:
Hello, I have some problems deploying Crystal Reports. I'm using Visual Studio 2005 Beta 1. In this version Crystal Reports (9.7.3500.0) is included. I created a small test application...
3
by: VMI | last post by:
I know this may not be the best NG for this, but I feel you guys know more about this than any of the other NGs. I need to build several simple reports (over 50 of them and they get their data...
1
by: Lyners | last post by:
Hello all, I have created an ASP.NET website that uses Crystal Reports that works on the localhost (my PC), but when I copy it to the server it does not. The problem is...
16
by: JoeW | last post by:
I'm utilizing a database that I created within MS Access within a program I've created in VB.NET. I am using the VB front end to navigate the information, but want to be able to print a report,...
2
by: =?Utf-8?B?Um9zcyBNYXNvbg==?= | last post by:
Hi I am interested in using crystal reports for the first time but have a few questions that someone maybe able to help with before I get started. The background to my query is that a client is...
3
by: Miro | last post by:
Hi, Just wondering what a good book is on visual studios 2008 ( or 2005 if no 2008 ) that teaches you how to properly use crystal reports with it. Or im assuming that as long as I can create a...
1
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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
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,...

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.