使用 SOAP 集成 Reporting Services

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

备注

SQL Server 2008 R2 (10.50.x) 中已弃用 ReportService2005ReportService2006 终结点。 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 生成应用程序