ReportingService2005 Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains the methods and properties that can be used to call the Microsoft SQL Server 2005 Reporting Services (SSRS) Web service.


Syntax

VisualBasicDeclaration
Public Class ReportingService2005
    Inherits SoapHttpClientProtocol
CSharp
public class ReportingService2005 : SoapHttpClientProtocol
ManagedCPlusPlus
public ref class ReportingService2005 : public SoapHttpClientProtocol
JSharp
public class ReportingService2005 extends SoapHttpClientProtocol
JScript
public class ReportingService2005 extends SoapHttpClientProtocol
Remarks

To use the Report Server Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic .NET through which you can call the various Web service methods. For more information about generating a Reporting Services proxy class using the Microsoft .NET Framework, see Accessing the SOAP API.


Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            ReportService2005.ReportingService2005
Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Page view tracker