使用 SOAP 集成 Reporting Services

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

注意注意

在 SQL Server 2008 R2 中不推荐使用 ReportService2005ReportService2006 端点。 ReportService2010 端点包含两个端点的功能和其他管理功能。

执行功能通过 ReportExecution2005 端点公开,当将报表服务器配置为本机模式或 SharePoint 集成模式时使用它。 以下主题说明如何使用这些端点在 Microsoft Windows、SharePoint 和 Web 应用程序中开发报表解决方案。

本节涉及的主题

请参阅

概念

将 Reporting Services 集成到应用程序中

报表服务器 Web 服务

其他资源

使用 Web 服务和 .NET Framework 生成应用程序