RenderingService Class (Microsoft.PerformancePoint.Scorecards.Server)

Represents the PerformancePoint Monitoring Web service used by the server to render a dashboard.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebServiceAttribute(Namespace:="https://www.microsoft.com/performancepoint/scorecards")> _
Public Class RenderingService
    Inherits WebService
'Usage
Dim instance As RenderingService
[WebServiceAttribute(Namespace="https://www.microsoft.com/performancepoint/scorecards")] 
public class RenderingService : WebService

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
     System.Web.Services.WebService
      Microsoft.PerformancePoint.Scorecards.Server.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.Server Namespace