Print to difrent printer then default
Hello ,
I use the code below , but still default printer window open, what am i doing wrong
report.Prepare();
report.PrintSettings.ShowDialog = false;
report.PrintSettings.Printer = "EPSON LASER JET 3390";
report.PrintPrepared();
Thanks in advance
I use the code below , but still default printer window open, what am i doing wrong
report.Prepare();
report.PrintSettings.ShowDialog = false;
report.PrintSettings.Printer = "EPSON LASER JET 3390";
report.PrintPrepared();
Thanks in advance
Comments
It's work fine for me ! ,,
try this code and see what could happen
( try to print it even if it's empty )