我的ASP.NET应用程序和SSRS报告位于不同的服务器上。我可以向ReportViewer控件显示报告。
但是,当我尝试导出报告时,它会重定向到一个页面,并显示以下错误。
远程服务器返回错误:(401)未经授权。
这是分配ReportViewer的代码。
ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote;
ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://rpt-srv-01/ReportServer");
ReportViewer1.ServerReport.ReportPath = "/MyReports/Quotes_Invoices/ClientInvoicePrint";
ReportViewer1.ServerReport.Refresh();
答案 0 :(得分:0)
我认为它应该是这样的..
disp