Report Server Web Service Features
The Report Server Web services encompass several categories of methods that are based on component features. These methods are provided through two web service endpoints (one for report management and one for report execution) which are exposed as members of the ReportingService2005 and ReportExecutionService classes. These classes can be generated through a proxy class tool such as wsdl.exe, which is included with the Microsoft .NET Framework SDK. For more information about the Report Server Web services and the .NET Framework, see Building Applications Using the Web Service and the .NET Framework.
在此章節中
Topic | Description |
---|---|
Describes the management and execution endpoints of the Report Server Web service. |
|
Describes methods that you can use to manage the report server database. Specifically you can manage folders and resources and set item properties. |
|
Describes methods that you can use to manage tasks, roles, and policies. |
|
Describes methods you can use to set and manage data source connection and credential information for reports. |
|
Describes methods that you can use to set and retrieve parameters for reports. |
|
Describes methods that you can use to manage report execution, rendering, and caching. |
|
Describes methods that you can use to create and manage report history snapshots. |
|
Describes methods that you can use to create and manage shared schedules that are used by the report server. |
|
Describes methods that you can use to create and manage subscriptions and report delivery. |
|
Describes methods that you can use to create and manage linked reports. |
請參閱
參考
Reporting Services Web Services Class Library
概念
其他資源
Building Applications Using the Web Service and the .NET Framework
Report Server Web Service