T
Tim Doege
Is it possible to select the paper source for a printer when printing using
the ReportDocument-class?
It is possible to set the PaperSource property in the PrintOptions-class of
ReportDocument and use one of the PaperSource Enumeration values
like "Auto" or "Cassette":
CrystalDecisions.CrystalReports.Engine.ReportDocument MyDocument ...
MyDocument.PrintOptions.PaperSource =
CrystalDecisions.Shared.PaperSource.Auto
But how can I use "Tray 2", for instance if my printer has "Tray 1", "Tray
2" and "Tray 3" (I can access my printers possible paper sources using
th Enumeration "PrintDocument.PrinterSettings.PaperSources"
Cheers,
Tim
the ReportDocument-class?
It is possible to set the PaperSource property in the PrintOptions-class of
ReportDocument and use one of the PaperSource Enumeration values
like "Auto" or "Cassette":
CrystalDecisions.CrystalReports.Engine.ReportDocument MyDocument ...
MyDocument.PrintOptions.PaperSource =
CrystalDecisions.Shared.PaperSource.Auto
But how can I use "Tray 2", for instance if my printer has "Tray 1", "Tray
2" and "Tray 3" (I can access my printers possible paper sources using
th Enumeration "PrintDocument.PrinterSettings.PaperSources"
Cheers,
Tim