共用方式為


使用 SOAP 整合 Reporting Services

SQL Server 2008 R2 Reporting Services SOAP API 提供數個 Web 服務端點來開發自訂報告解決方案。 這些端點目前分為兩個類別:管理與執行。 管理功能是透過 ReportService2005ReportService2006ReportService2010 端點公開。 ReportService2005 端點是用於管理以原生模式設定的報表伺服器,而 ReportService2006 端點則是用於管理為 SharePoint 整合模式所設定的報表伺服器。 ReportService2010 合併了 ReportService2005ReportService2006 的功能,並能管理以原生模式或 SharePoint 整合模式設定的報表伺服器。

注意

ReportService2005ReportService2006 端點在 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 環境中。

另請參閱

將 Reporting Services 整合到應用程式
報表伺服器 Web 服務
使用 Web 服務和 .NET Framework 建置應用程式