BIMonitoringServiceApplicationProxy.RenderScorecard Method

Generates the HTML for rendering the specified scorecard.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Sub RenderScorecard ( _
    <OutAttribute> ByRef html As String, _
    <OutAttribute> ByRef script As String, _
    <OutAttribute> ByRef webPartContextUpdate As WebPartContextUpdate, _
    scorecardLoc As RepositoryLocation, _
    renderTargetId As String, _
    availableHeight As Unit, _
    availableWidth As Unit, _
    webPartContext As WebPartContext, _
    isAccessibilityMode As Boolean _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim html As String
Dim script As String
Dim webPartContextUpdate As WebPartContextUpdate
Dim scorecardLoc As RepositoryLocation
Dim renderTargetId As String
Dim availableHeight As Unit
Dim availableWidth As Unit
Dim webPartContext As WebPartContext
Dim isAccessibilityMode As Boolean

instance.RenderScorecard(html, script, _
    webPartContextUpdate, scorecardLoc, _
    renderTargetId, availableHeight, _
    availableWidth, webPartContext, _
    isAccessibilityMode)
public void RenderScorecard(
    out string html,
    out string script,
    out WebPartContextUpdate webPartContextUpdate,
    RepositoryLocation scorecardLoc,
    string renderTargetId,
    Unit availableHeight,
    Unit availableWidth,
    WebPartContext webPartContext,
    bool isAccessibilityMode
)

Parameters

  • script
    Type: System.String

    The initialization script to run in the browser to support the HTML.

  • renderTargetId
    Type: System.String

    The identifier of parent element of the rendered HTML control.

  • availableHeight
    Type: System.Web.UI.WebControls.Unit

    The height that is available for the scorecard. This value must not be a null reference (Nothing in Visual Basic).

  • availableWidth
    Type: System.Web.UI.WebControls.Unit

    The width that is available for the scorecard. This value must not be a null reference (Nothing in Visual Basic).

  • isAccessibilityMode
    Type: System.Boolean

    true to render the scorecard in accessibility mode; otherwise false.

Implements

IBIMonitoringServiceApplicationProxy.RenderScorecard(String, String, WebPartContextUpdate, RepositoryLocation, String, Unit, Unit, WebPartContext, Boolean)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace