RenderingService Class (Microsoft.PerformancePoint.Scorecards)

Invokes Web service methods using SOAP.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<WebServiceBindingAttribute(Name:="RenderingServiceSoap", Namespace:="https://www.microsoft.com/performancepoint/scorecards")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public Class RenderingService
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As RenderingService
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[WebServiceBindingAttribute(Name="RenderingServiceSoap", Namespace="https://www.microsoft.com/performancepoint/scorecards")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
public class RenderingService : 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
            Microsoft.PerformancePoint.Scorecards.RenderingService

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.

See Also

Reference

RenderingService Members
Microsoft.PerformancePoint.Scorecards Namespace