How do I preview a CrystalReport?

G

Geri Reshef

To print a CrystalReport I do (for example):
Dim CR As New CrystalReport1

CR.PrintToPrinter(1, True, 1, 100)

How do I preview it on the screen?
 
H

Herfried K. Wagner [MVP]

* "Geri Reshef said:
To print a CrystalReport I do (for example):
Dim CR As New CrystalReport1

CR.PrintToPrinter(1, True, 1, 100)

How do I preview it on the screen?

Have a look at the 'CrystalReportViewer' class. Maybe it can be used
for your purposes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top