SSRS 中的 ReportService2005.asmx 和 ReportExecution2005.asmx Web 服务端点之间有什么区别?

发布于 2024-11-07 06:30:37 字数 130 浏览 0 评论 0原文

有谁知道 SQL Server Reporting Services 中的两个 Web 服务端点 ReportService2005.asmx 和 ReportExecution2005.asmx 之间有什么区别?有一篇文章我可以看一下吗?谢谢。

Does anyone know what the difference is between the two web service endpoints ReportService2005.asmx and ReportExecution2005.asmx in SQL Server Reporting Services? is there an article that I can go through? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

若水微香 2024-11-14 06:30:38

ReportExecution2005 端点允许开发人员以编程方式在报表服务器中处理和呈现报表。通过 ReportExecution2005.asmx?wsdl 访问此端点的 WSDL。

ReportService2005 Web 服务 (reportservice2005.asmx) 允许开发人员以编程方式管理报表服务器中的对象。

The ReportExecution2005 endpoint allows developers to programmatically process and render reports in a report server. The WSDL for this endpoint is accessed through ReportExecution2005.asmx?wsdl.

The ReportService2005 Web service (reportservice2005.asmx) allows developers to programmatically manage objects in a report server.

残疾 2024-11-14 06:30:38

正如 Mitch 所说,ReportExecution2005 用于执行报告、处理钻取、渲染等,ReportService2005 也用于创建事物(数据源、订阅,甚至报告) 两个方便的参考

是 MSDN 方法列表 ReportExecutionService(ReportExecution2005 Web 服务端点)和 ReportingService2005(ReportService2005 Web 服务端点)。

不要将它们与 ReportService2006 端点混淆,如果您为 Sharepoint 集成模式配置了 SSRS,则使用该端点。

希望有帮助!

As Mitch says, ReportExecution2005 is for executing reports, handling drilldown, rendering, etc. and ReportService2005 is used for creating things (data sources, subscriptions, even reports), as well as updating, deleting, querying, etc.

Two handy references are the MSDN method listings for ReportExecutionService (ReportExecution2005 web service endpoint) and ReportingService2005 (ReportService2005 web service endpoint).

Don't confuse these with the ReportService2006 endpoint, which is used if you have SSRS configured for Sharepoint integrated mode.

Hope that helps!

伴我心暖 2024-11-14 06:30:38

ReportService2005

  1. 使您能够管理报表服务器及其内容,包括服务器设置、安全性、报表、订阅和数据源。
  2. 可以通过以下方式访问:http://servername:port/ReportServer/ReportService2005.asmx?wsdl

ReportExecution2005

  1. 启用报表执行
  2. 可通过以下方式访问:http://服务器名称:端口/ReportServer/ReportExecution2005.asmx?wsdl

ReportService2005

  1. Enables you to manage a report server and its contents including server settings, security, reports, subscriptions, and data sources.
  2. Can be accessed by: http://servername:port/ReportServer/ReportService2005.asmx?wsdl

ReportExecution2005

  1. Enables report execution
  2. Can be accessed by: http://servername:port/ReportServer/ReportExecution2005.asmx?wsdl
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文