473,782 Members | 2,623 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1160
Hi serge,

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

CR_Report.Print Options.Printer Name = net_work_printe r;
CR_Report.Print ToPrinter(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.Print Options.Printer Name = net_work_printe r;
CR_Report.Print ToPrinter(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.Print Options.Printer Name = net_work_printe r;
CR_Report.Print ToPrinter(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
15179
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 designer it shows up very fast. When the report is printed from my application it takes about ten times as long to get the report to appear. When printing straight from the Crystal Reports
5
3026
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 for reporting purposes and am wondering if anyone knows if this is easily accomplished using the .NET version of Crystal Reports? For example, the description column may be reporting on a dataentry error as follows: TXNCODE: 1010001
3
6917
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
2349
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 (ASP.NET) that shows a simple report. It work fine with on my local computer. Now I'm trying to deploy this sample application on our web server but I really need some help.
3
8924
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 from sql server) and I was wondering whish of these is the better tool .. We're still not sure if they'll be loaded from an existing VB6 application or if I'll have to make a separate module for them (in .Net). In general, which is the better tool?...
1
4318
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 ExcelUseConstantColumnWidth = False. On my PC when exporting a report, it works - columns are varible width to fit the field, from the server it does not - I get constant width columns. I suspect it is a DLL issue, but so far all my comparisons are coming out the same.
16
6537
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, that I've also created within MS Access. I've attempted using the Access.Application instance, but I get errors when it tries to load the database. Just wondering if anyone has any experience with this, and what I should do. Thanks for any...
2
446
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 interested in using crystal reports as a web based reporting tool to get data out of a sql server database and we have always created our own bespoke reporting tools but this particular client wishes to go down the crystal reports route. 1) We...
3
3826
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 dataset and link it to a reportviewer than any Crystal Report book will do. I use vb.net but im assuming most books would show you vb and c
1
8145
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 file and itself into the exe. You would probably want a tool for this bit which could be in the zip too. So the app isnt single exe when running but when not running, it is. Just an idea for you to think about. Another option would possibly be to...
0
9639
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
9474
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
10308
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
10143
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...
1
10076
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5375
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...
1
4040
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
2
3633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2870
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.