使用 SOAP 整合 Reporting Services
SQL Server 2008 R2 Reporting Services SOAP API 為開發自訂報表方案提供數個 Web 服務端點。這些端點目前分為兩個類別:管理與執行。管理功能是透過 ReportService2005、ReportService2006 和 ReportService2010 端點公開。ReportService2005 端點是用於管理以原生模式設定的報表伺服器,而 ReportService2006 端點則是用於管理為 SharePoint 整合模式所設定的報表伺服器。ReportService2010 合併了 ReportService2005 和 ReportService2006 的功能,並能管理以原生模式或 SharePoint 整合模式設定的報表伺服器。
[!附註]
ReportService2005 和 ReportService2006 端點在 SQL Server 2008 R2 中已被取代。ReportService2010 端點包含這兩個端點的功能,並包含額外的管理功能。
執行功能是透過 ReportExecution2005 端點來公開,並在以原生模式或 SharePoint 整合模式設定報表伺服器時使用該功能。下列主題顯示如何使用這些端點在 Microsoft Windows、SharePoint 與 Web 應用程式中開發報表方案。
本章節內容
在 Windows 應用程式中使用 SOAP API
描述如何使用 SOAP API 將 Reporting Services 整合到 Windows 環境中。在 Web 應用程式中使用 SOAP API
描述如何使用 SOAP API 將 Reporting Services 整合到 Web 環境。在 SharePoint 應用程式中使用 SOAP API
描述如何開發與 Windows SharePoint 技術整合的報表方案。