分享方式:


使用 SOAP 整合 Reporting Services

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

注意

ReportService2005ReportService2006 端點已於 SQL Server 2008 R2 (10.50.x) 中遭到淘汰。 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 建置應用程式