Introducing the Report Server Web Service
SQL Server Reporting Services provides access to the full functionality of the report server through the Report Server Web service. The Web service uses Simple Object Access Protocol (SOAP) over HTTP and acts as a communications interface between client programs and the report server. The Web service provides two endpoints - one for report execution and one for report management - with methods that expose the functionality of the report server and allow you to create custom tools for any part of the report life cycle.
There are three primary ways to develop Reporting Services applications based on the Web service. You can:
- Develop applications using Microsoft Visual Studio and the Microsoft .NET Framework SDK. For more information about using the .NET Framework to build Web service applications, see Building Applications Using the Web Service and the .NET Framework.
- Develop applications using the rs utility (RS.exe) tool, the Reporting Services script environment. With Reporting Services and Visual Basic scripts, you can run any of the Report Server Web service operations. For more information about scripting in Reporting Services, see Scripting with the rs Utility and the Web Service.
- Develop applications using any SOAP-enabled set of development tools. For more information, see The Role of SOAP in Reporting Services.
Programming Diagram
Reporting Services available Web service development options
請參閱
參考
Reporting Services Web Services Class Library
概念
Introducing Reporting Services Programming