Home All Groups Group Topic Archive Search About

Crystal report problem

Author
16 Mar 2006 8:51 AM
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

Author
17 Mar 2006 3:52 PM
Peter Proost
Hi, set crystalreportsviewer to visible false and than add
CrystalReportViewer1.PrintReport() to show the printdialog

Hth

Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

Show quoteHide quote
"Agnes" <ag***@dynamictech.com.hk> schreef in bericht
news:umVeSbNSGHA.2156@tk2msftngp13.phx.gbl...
> 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
>
>