I have successfully implemented the PrintReport method found here: http://www.telerik.com/help/reporting/m_telerik_reporting_processing_reportprocessor_printreport.html
But, I find that that when I use identity impersonation to allow this code to work (configured via web.config), the impersonated account needs admin rights on the web server. Our network admin would prefer to give specific rights to this account, vs. just adding to the administrators group. Can you tell us what those would be? He thought maybe a temp file was being created somewhere on the server to support the printing.
Thanks in advance!