使用 SOAP 集成 Reporting Services
SQL Server 2008 R2 Reporting Services SOAP API 提供了多个 Web 服务端点,用于开发自定义报表解决方案。这些端点目前分为两个类别:管理和执行。管理功能通过 ReportService2005、ReportService2006 和 ReportService2010 端点公开。ReportService2005 端点用于管理配置为本机模式的报表服务器,而 ReportService2006 端点用于管理配置为 SharePoint 集成模式的报表服务器。ReportService2010 合并了 ReportService2005 和 ReportService2006 的功能,可以管理配置为本机模式或 SharePoint 集成模式的报表服务器。
注意 |
---|
在 SQL Server 2008 R2 中不推荐使用 ReportService2005 和 ReportService2006 端点。ReportService2010 端点包含两个端点的功能和其他管理功能。 |
执行功能通过 ReportExecution2005 端点公开,当将报表服务器配置为本机模式或 SharePoint 集成模式时使用它。以下主题说明如何使用这些端点在 Microsoft Windows、SharePoint 和 Web 应用程序中开发报表解决方案。
本节涉及的主题
在 Windows 应用程序中使用 SOAP API
介绍如何使用 SOAP API 将 Reporting Services 集成到 Windows 环境中。在 Web 应用程序中使用 SOAP API
介绍如何使用 SOAP API 将 Reporting Services 集成到 Web 环境中。在 SharePoint 应用程序中使用 SOAP API
介绍如何开发与 Windows SharePoint 技术相集成的报表解决方案。