I am using vb2005 and printing a crystal report.
I have the printer name saved in an ini file.

Curious how i force the printer to a specified printer?

Here is my code now.

Code:
 Dim reportPath As String = "c:\report6.rpt"
            crystalreport = New ReportDocument()
            crystalreport.Load(reportPath)
            crystalreport.PrintToPrinter(1, False, 1, 99)