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
html
Type: System.StringThe HTML output.
webPartContextUpdate
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextUpdateThe updated state and input information of the Web Part, the result of rendering the Web Part's control.
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
renderTargetId
Type: System.StringThe identifier of parent element of the rendered HTML control.
scorecardControlId
Type: System.StringThe identifier of the scorecard’s Web server control.
scorecardControlType
Type: System.StringThe type of the scorecard’s Web server control.
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe current state, inputs, and outputs of the Web Part.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class