Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print Crystal Report

Status
Not open for further replies.

1001011010

Programmer
Dec 30, 2002
7
0
0
Hello!

Simple issue here. I have a report I made in Crystal Reports that's linked to a SQL database.

I have a button on one of my VB.net Forms that needs to Print this Crystal Report when clicked.

So... how do I print a Crystal Report from VB.net?!

Thanks in advance
 
Have a look at The home of Crystal reports. They have some very good examples of how to use different version of Crystal in VB, VB.net, etc etc.

There are several controls(crystal viewer ocx) and other methods available.

Look on that site and you should be able to develope you code from there.


Andy Baldwin

"Testing is the most overlooked programming language on the books!"

Ask a great question, get a great answer. Ask a vague question, get a vague answer.
Find out how to get great answers FAQ219-2884.
 
1001011010,

Use Crystal Report Object and use Printout method.

i.e.
OCrysralRpt.Printout False

Foxbldr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top