Crystal report problem

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

In my program,(vb.net ) If I want to let the user choose "printer setup
"directly, without preview,
How can I do that ??
Thanks a lot
 
Hi, set crystalreportsviewer to visible false and than add
CrystalReportViewer1.PrintReport() to show the printdialog

Hth

Peter
 
Back
Top