Papersource not working
Hello,
when try to send the Print to a spezial Tray, i write:
report.PrintSettings.ShowDialog = false;
report.PrintSettings.Printer = cPrinter; //is Name trom Printer HP 3392
report.PrintSettings.PaperSource = 4; //4 is the second Tray
...
but that??s not work.
Is this a Printer Problem or wrong coding.
btw. is the Support from FR down? I get no answer/Tip?
Frank
FR 2013.2.2.0
i have found my Problem, PaperSource Value have to be the RowKind.
when try to send the Print to a spezial Tray, i write:
report.PrintSettings.ShowDialog = false;
report.PrintSettings.Printer = cPrinter; //is Name trom Printer HP 3392
report.PrintSettings.PaperSource = 4; //4 is the second Tray
...
but that??s not work.
Is this a Printer Problem or wrong coding.
btw. is the Support from FR down? I get no answer/Tip?
Frank
FR 2013.2.2.0
i have found my Problem, PaperSource Value have to be the RowKind.