使用 SOAP 来集成 Reporting Services

SQL Server 2008 R2 Reporting Services SOAP API 提供了多个 Web 服务终结点用于开发自定义报告解决方案。 终结点目前分为两类:管理和执行。 管理功能通过ReportService2005ReportService2006终结点和ReportService2010终结点公开。 该 ReportService2005 终结点用于管理在本机模式下配置的报表服务器, ReportService2006 并且该终结点用于管理为 SharePoint 集成模式配置的报表服务器。 合并 ReportService2010 功能 ReportService2005ReportService2006 可以管理为本机模式或 SharePoint 集成模式配置的报表服务器。

注释

SQL ReportService2005 Server 2008 R2 中弃用终结点和 ReportService2006 终结点。 该 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 生成应用程序