BIMonitoringServiceApplicationProxy.RenderScorecardAjaxControl Method

Generates the HTML to update a previously rendered scorecard.

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

Syntax

'Declaration
Public Sub RenderScorecardAjaxControl ( _
    <OutAttribute> ByRef html As String, _
    <OutAttribute> ByRef webPartContextUpdate As WebPartContextUpdate, _
    scorecardLocation As RepositoryLocation, _
    renderTargetId As String, _
    scorecardControlId As String, _
    scorecardControlType As String, _
    webPartContext As WebPartContext _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim html As String
Dim webPartContextUpdate As WebPartContextUpdate
Dim scorecardLocation As RepositoryLocation
Dim renderTargetId As String
Dim scorecardControlId As String
Dim scorecardControlType As String
Dim webPartContext As WebPartContext

instance.RenderScorecardAjaxControl(html, _
    webPartContextUpdate, scorecardLocation, _
    renderTargetId, scorecardControlId, _
    scorecardControlType, webPartContext)
public void RenderScorecardAjaxControl(
    out string html,
    out WebPartContextUpdate webPartContextUpdate,
    RepositoryLocation scorecardLocation,
    string renderTargetId,
    string scorecardControlId,
    string scorecardControlType,
    WebPartContext webPartContext
)

Parameters

  • renderTargetId
    Type: System.String

    The identifier of parent element of the rendered HTML control.

  • scorecardControlId
    Type: System.String

    The identifier of the scorecard’s Web server control.

  • scorecardControlType
    Type: System.String

    The type of the scorecard’s Web server control.

Implements

IBIMonitoringServiceApplicationProxy.RenderScorecardAjaxControl(String, WebPartContextUpdate, RepositoryLocation, String, String, String, WebPartContext)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace