ReportingService2006 Class

Contains the methods and properties that can be used to call the Reporting Services Web service when it is running in SharePoint integrated mode.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "ReportingService2006Soap", Namespace := "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")> _
Public Class ReportingService2006 _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As ReportingService2006
[WebServiceBindingAttribute(Name = "ReportingService2006Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public class ReportingService2006 : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportingService2006Soap", Namespace = L"https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public ref class ReportingService2006 : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportingService2006Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
type ReportingService2006 =  
    class
        inherit SoapHttpClientProtocol
    end
public class ReportingService2006 extends SoapHttpClientProtocol

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            ReportService2006.ReportingService2006

Thread Safety

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