Discussion:
C# Printing using web services - Specify Printer Tray
(too old to reply)
DaveM
2005-03-25 20:35:05 UTC
Permalink
Hi,

I'm using web services in my c# program and I'm trying to specify a tray in
my destination printer. Anyone know how? Probably a PrinterSettings
attribute...???
Jonny Wilkinson
2005-04-14 12:55:56 UTC
Permalink
Hi I don't know if there is a programatic way of doing it, but we had a
similar issue arise when using crystal reports and there was no way of doing
it. What we did was set-up a new printer with the defaults set to that tray
and print to that printer instead. It worked fine, but we had a lot of
duplicate printers installed.

If you find out how to do this properly then i'd be very interested

Jonny
Post by DaveM
Hi,
I'm using web services in my c# program and I'm trying to specify a tray in
my destination printer. Anyone know how? Probably a PrinterSettings
attribute...???
Loading...