Use this property to set the printer options before displaying a print dialog or directly printing the document to the printer with the specified options.
pageReport.Document.Printer.PrinterName = "TheNetworkPrinterName";
pageReport.Document.Printer.Landscape = true;
To call the Print method, add a reference to Viewer.Win or Viewer.WPF.
pageReport.Document.Print();