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
html
Type: System.StringThe HTML output.
script
Type: System.StringThe initialization script to run in the browser to support the HTML.
webPartContextUpdate
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextUpdateThe updated state and input information of the Web Part, the result of rendering the Web Part's control.
scorecardLoc
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.
availableHeight
Type: System.Web.UI.WebControls.UnitThe 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.UnitThe width that is available for the scorecard. This value must not be a null reference (Nothing in Visual Basic).
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe current state, inputs, and outputs of the Web Part.
isAccessibilityMode
Type: System.Booleantrue to render the scorecard in accessibility mode; otherwise false.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class