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
 

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

Back
Top