all groups > sql server reporting services > january 2005 >
You're in the

sql server reporting services

group:

How can I select the output bin and stapler on our printer?


How can I select the output bin and stapler on our printer? trint
1/31/2005 2:14:00 PM
sql server reporting services: I am researching QueryPageSettings...But I cannot find documentation
supporting the output bin and stapler.
Thanks,
Trint
Re: How can I select the output bin and stapler on our printer? Lukasz Pawlowski [MSFT]
1/31/2005 2:53:35 PM
This is printer dependent. You can enumerate the printer settings using the
..net Framework APIs. The sample for reporting services provides an into to
these methods, but not a complete solution.

-Lukasz

--
This posting is provided "AS IS" with no warranties, and confers no rights.



[quoted text, click to view]

Re: How can I select the output bin and stapler on our printer? trint
1/31/2005 3:17:05 PM
There is absolutely NO reference on the internet to being able to do
this...I can already select trays like this:

try
{
///Print from tray 2
///Print from tray 3
///Print from tray 4
pd.DefaultPageSettings.PaperSource =
pd.PrinterSettings.PaperSources[comboBox1.SelectedIndex =
Class1.counter];
pd.Print();
//Wmis.PStatus();
}

I have been going at this for the stapler and stapler bin for the
laserjet 4350tn for two weeks and there are no resources that I can
find or buy.
Any help from Microsoft is greatly appreciated.
Thanks,
Trint

[quoted text, click to view]
Re: How can I select the output bin and stapler on our printer? Lukasz Pawlowski [MSFT]
1/31/2005 3:48:08 PM
Sorry should have been more clear. We shipped a printer delivery sample
with RS books online.
-Lukasz


--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button