IBIMonitoringServiceApplicationProxy.RenderScorecardAjaxControl method
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
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 IBIMonitoringServiceApplicationProxy
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)
void RenderScorecardAjaxControl(
out string html,
out WebPartContextUpdate webPartContextUpdate,
RepositoryLocation scorecardLocation,
string renderTargetId,
string scorecardControlId,
string scorecardControlType,
WebPartContext webPartContext
)
Parameters
- html
Type: System.String
- webPartContextUpdate
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextUpdate
- scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
- renderTargetId
Type: System.String
- scorecardControlId
Type: System.String
- scorecardControlType
Type: System.String
- webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContext
See also
Reference
IBIMonitoringServiceApplicationProxy interface