2
我試圖通過SQL Server Reporting Services 2005快速版的webservice獲取可用報告的列表。每次我嘗試調用ListChildren方法時,我都會遇到不足的權限異常。該代碼是:ListChildren SQL Reporting Service
ReportingService2005SoapClient rService = new ReportingService2005SoapClient(); CatalogItem[] cItems = null; rService.ListChildren("/", false, out cItems);
我加入了ASP.net(IUSR)的帳號到本地管理員組的PC機上,仍然可以得到例外。
快速版本支持此方法嗎?
馬克
對於像我這樣想知道ReportingService2005SoapClient定義在哪裏的人,您必須在VS中引用您的ASMX服務。 – user2173353 2015-06-04 08:14:13