473,387 Members | 1,669 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,387 software developers and data experts.

print with crystal reports in dot.net

I would like to know how to print a crystal report that was generated in the
..NET framework using a Visual Basic.NET web application and/or a Visual
basic.NET windows application.

When crystal reports runs by itself, you can do a print preview to see what
the report will look like. I would like to know how to do this using crystal
reports that is embedded in the Visual Studio.net 1.1 professional and
enterprise architect versions.

Thanks!
Oct 22 '05 #1
4 2257
dear wendy;
here is a great artacle about this subject i hope it may help
http://www.c-sharpcorner.com/Code/20...rtInASPNET.asp
--
happy coding
Muhanad YOUNIS
MCSD.NET
"Wendy Elizabeth" wrote:
I would like to know how to print a crystal report that was generated in the
.NET framework using a Visual Basic.NET web application and/or a Visual
basic.NET windows application.

When crystal reports runs by itself, you can do a print preview to see what
the report will look like. I would like to know how to do this using crystal
reports that is embedded in the Visual Studio.net 1.1 professional and
enterprise architect versions.

Thanks!

Oct 22 '05 #2
Also, VS 2005 Beta 2 comes with Crystal Reports "built in"

************************************************** ********************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Oct 23 '05 #3
Also, VS 2005 Beta 2 comes with Crystal Reports "built in"

************************************************** ********************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Oct 23 '05 #4
keep in mind, wendy, that you will not be able to "edit with live data".
This is a limitation, and can only be overcome by purchasing Crystal Reports
developer edition (and also get the viewer control).

Sure, the webform thing is a nice workaround for looking at your reports
without having to run the whole darn application you are writing, but edit
functionality is still a design time thing only.

For $315, you can get the upgrade Crystal Reports XI Developer directly from
Business Objects, and it will give you everything you expect in a report
writer. It made my life a lot easier, especially with 30+ reports in my VB
app. It took too long to launch my app, then navigate to the reports
section, select parameters, etc......

If you have lots of reports in the future, it's worth the money. Oh yea,
VS.NET 2005 is way cool, and this functionality is included as the previous
post says.

george hardy
"Wendy Elizabeth" <We************@discussions.microsoft.com> wrote in
message news:CB**********************************@microsof t.com...
I would like to know how to print a crystal report that was generated in
the
.NET framework using a Visual Basic.NET web application and/or a Visual
basic.NET windows application.

When crystal reports runs by itself, you can do a print preview to see
what
the report will look like. I would like to know how to do this using
crystal
reports that is embedded in the Visual Studio.net 1.1 professional and
enterprise architect versions.

Thanks!

Oct 24 '05 #5

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

Similar topics

1
by: Devesh Aggarwal | last post by:
I developed reports in Crytsal Reports 9.0 in landscape mode. When i print the same from crystal reports it prints perfectly in Landscape even if the printer setting is set to potrait by default. ...
7
by: Robert Adkison | last post by:
I need to print a web page. It is my preference that my users just do a File/Print from explorer. That way my users will get the print dialog that will allow them to select the fax printer. The...
5
by: Tony Dong | last post by:
Hi there, I am newer for dot net I want to make a report and then print it, the report may include images and text, how can I do that, any one can give me a suggestion? I know how to...
4
by: Wendy Elizabeth | last post by:
I would like to know how to print a crystal report that was generated in the ..NET framework using a Visual Basic.NET web application and/or a Visual basic.NET windows application. When crystal...
2
by: Rod | last post by:
We've got an old VB6 application which has 9 Crystal Reports it can print. These 9 reports are considered by our users to be in essence one "report", in the sense that they are all related and they...
0
by: John Smith | last post by:
Hello, I am developing a VB.NET 2003 application that will use lots of Crystal Reports. Sometimes the users will preview a report in a Crystal report viewer, and sometimes they will send the...
1
by: Kbalz | last post by:
Having a really hard time finding solid examples on deploying a CR .NET applcation on my intranet. I'll explain what I've done so far, and toward the bottom is where I can't print using the report...
0
by: EricJudge06 | last post by:
We are converting some reports from Crystal Reports to Microsoft SQL Reporting Services (SSRS) in an ASP 2.0 VB.Net web app. Crystal had a function called PrintToPrinter which was being used to...
2
by: =?Utf-8?B?RnJhbmsgVXJheQ==?= | last post by:
Hi all I have some problems with printing in C#. I just want to have something like a report with one TextBox on top and a PictureBox below. While runtime, I need to fill the TextBox and the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.