Hi,
I am facing printing problem in server.I wrote this code
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
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); |
thanks and regards
shanker.B