Hi,
I am currently using the following code
System.Drawing.Printing.
PrinterSettings printerSettings = new System.Drawing.Printing.PrinterSettings();
Telerik.Reporting.Processing.
ReportProcessor reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();
reportProcessor.PrintReport(
this.MyReport.Report, printerSettings);
in server code to print directly to the default printer, this code works perfectly when I run it in the visual studio environment, when I port the code to the web server this code then fails, something to do with access denied.
Message: Access is denied.
Line: 346
Char: 9
Code: 0
URI: http://paml111/Telerik.ReportViewer.axd?name=Resources.ReportViewer.js&version=4.0.10.310&optype=Resource
any asstaince with this would be great.
thanks
alex