IBIMonitoringServiceApplicationProxy.RenderScorecard method

Generates the HTML for rendering the specified report.

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

Syntax

'Declaration
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 IBIMonitoringServiceApplicationProxy
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)
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 report. 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 report. This value must not be a null reference (Nothing in Visual Basic).

  • isAccessibilityMode
    Type: System.Boolean

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

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace