Printer Dialog using Crystal DOTNET

  • Thread starter Thread starter Tommy Martin
  • Start date Start date
T

Tommy Martin

I would like to bring up the printer dialog before my report is sent to the
printer to allow the user to select another destination and possibly the
number of copies.

Can anyone steer me in the right direction?

Thanks in advance.

Tommy
 
Hi Tommy,

The easiest thing to do is to use the reportviewer component and simply pass
the filepath for the report file into it - when the viewer comes up, the
user need only click the printer icon to set # of copies, etc:
CrystalReportViewer1.ReportSource = "f:\apps\re1.rpt"

HTH,

Bernie Yaeger
 
Back
Top