Hi experts,
I need to change the report printing options by changing the report size to A3 and Printer Options to No printer programmatically.(Disabling printing)
I did the size change through the below code:
myReport.PrintOptions.PaperSize = PaperSize.PaperA3;
Manually, I have to go to page setup and select the "No Printer (Optimize for screen display)" checkbox under Printer Options.
But I'm out of ideas on how I can do it programmatically. can anyone help me please?
Thanks.
Edited by saman700 - 15 Apr 2008 at 12:32am