What is the way to choose a netword printer and then print out the report to the printer selected.

Hy everybody:

I have a VB 2005 application and some .rpt files created with Crystal 8.5.
In the time being i can show this reports from my VB application but i am unable to select a network printer. Allways the reports are printed to defaul printer.

The question: What is the way to choose a netword printer and then print out the report to the printer selected.

Regards



Answer this question

What is the way to choose a netword printer and then print out the report to the printer selected.

  • flyingelvis

    Use the PrintOptions object (ReportDocument.PrintOptions).  It contains properties to set the printer name.

    http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/html/crlrfCrystalDecisionsCrystalReportsEnginePrintOptions_MembersTopic.htm

  • What is the way to choose a netword printer and then print out the report to the printer selected.