SQL Server 2008 R2 Reporting Services SOAP API 提供數個 Web 服務端點來開發自定義報告解決方案。 端點目前分為兩個類別:管理和執行。 管理功能會透過 ReportService2005、 ReportService2006和 ReportService2010 端點公開。 端點 ReportService2005 用於管理以原生模式設定的報表伺服器,而 ReportService2006 端點則用於管理針對 SharePoint 整合模式設定的報表伺服器。 會ReportService2010合併 和 ReportService2006 的功能,並可管理針對原生或 SharePoint 整合模式設定的ReportService2005報表伺服器。
備註
ReportService2005和 ReportService2006 端點在 SQL Server 2008 R2 中已被取代。 端點 ReportService2010 包含這兩個端點的功能,並包含其他管理功能。
執行功能會透過 ReportExecution2005 端點公開,而且會在報表伺服器設定為原生或 SharePoint 整合模式時使用。 下列主題說明這些端點如何用於在 windows、SharePoint 和 Web 應用程式中開發Microsoft報表解決方案。
本節中
在 Windows 應用程式中使用 SOAP API
描述如何使用SOAP API將 Reporting Services 整合到 Windows 環境中。
在 Web 應用程式中使用 SOAP API
描述如何使用SOAP API將 Reporting Services 整合到 Web 環境中。
另請參閱
將 Reporting Services 整合到應用程式
報表伺服器 Web 服務
使用 Web 服務和 .NET Framework 建置應用程式