This is a migrated thread and some comments may be shown as answers.

printing coding not working in server

0 Answers 29 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
shanker bangari
Top achievements
Rank 1
shanker bangari asked on 17 Jun 2010, 06:17 AM
Hi,


I am facing printing problem in server.I wrote this code
 System.Drawing.Printing.PrinterSettings printerSettings = new System.Drawing.Printing.PrinterSettings(); 
                System.Drawing.Printing.PrintController standardPrintController = new System.Drawing.Printing.StandardPrintController(); 
                 
                Telerik.Reporting.Processing.ReportProcessor reportProcessor = new Telerik.Reporting.Processing.ReportProcessor(); 
                reportProcessor.PrintController = standardPrintController; 
                reportProcessor.PrintReport(report, printerSettings); 
this code working in local system like developer system printing is good.But it's not working on MY server please it's very argent how to solve this problem.

thanks and regards
shanker.B

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
shanker bangari
Top achievements
Rank 1
Share this question
or