I want to print my crystal report directly, without printer selection popup. How can I do this ?
myReportDocument.SetDataSource(saveDataSet); //Print crystal
myReportDocument.PrintOptions.PrinterName = "PRINTER_NAME"; myReportDocument.PrintToPrinter(copies, collate, startPage, endPage);