Hi
I have a printer named HP LaserJet P1006
How do I send the application directly on the device
			
			
									
									
						How do I send to the printer
Re: How do I send to the printer
Hello.
You should set the PrinterSettings with next code:
Thank you.
			
			
									
									
						You should set the PrinterSettings with next code:
Code: Select all
PrinterSettings printerSettings = new PrinterSettings();
printerSettings.PrinterName = PrintName;
report.Print(false, printerSettings);