Hi,
I am writing C# application with crystal reports for printing my documents to printer. While printing, I am setting the paper source as Auto in my C# Source code in order to auto resolve with the multi function printers.
objReport.PrintOptions.PaperSource = PaperSource.Auto;
Its working fine in most of the printers in the network.But in the same network, I have connected the Xerox Phaser 3435 (Fuji) model. This printer added as 2 instances for A 4 & A 5 each and set the trays as A 4 - Tray 1 and A 5 - MP Tray.
Now I am printing the A 4 document using this printer. But the content is printed in A 5 paper (MP Tray) with contents chopped. If I Print A5 document, its printing fine. I analysed that this is happening because of setting the paper source as Auto. Our observation is that it always goes to bye pass tray (MP tray). If the swap the Trays, behavior is same i.e. it goes to MP Tray.
If I remove this paper source setting by commenting the above C# code line, the default paper source is setting as Form Source to the report.
And works fine for the printer Xerox Phaser 3435
Ques 1: What is the Form Source type paper source and what it will take as tray?
Ques 2: If I remove the Auto paper source, will it affect the other already working printers paper tray settings? (Whats the Impact?)
Refer the screen shot below.
Image may be NSFW.
Clik here to view.Image may be NSFW.
Clik here to view.
Thanks & Regards
K Sakthivel