如何通过SSRS Web服务以编程方式访问SSRS报告时传递服务器/域凭据?

时间:2015-01-09 07:11:33

标签: c# web-services asp.net-mvc-4 credentials reportingservices-2005

我正在尝试通过编程方式通过报告服务Web服务在我的ASP.NET MVC 4应用程序中的远程报表服务器上呈现SSRS报告。

如何在运行时发送服务器(Windows /域凭据)?

尝试下面但没有成功。

ReportingService2010 service = new ReportingService();
service.Credentials = new System.Net.NetworkCredential("username", "password");
service.Url = "http://MyReportServer/ReportServer/";

0 个答案:

没有答案