BIMonitoringServiceApplicationProxy.RenderFilter Method
Generates the HTML for rendering the specified filter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub RenderFilter ( _
<OutAttribute> ByRef html As String, _
<OutAttribute> ByRef script As String, _
<OutAttribute> ByRef webPartContextUpdate As WebPartContextUpdate, _
filterLocation As RepositoryLocation, _
renderTargetId As String, _
availableHeight As Unit, _
availableWidth As Unit, _
webPartContext As WebPartContext _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim html As String
Dim script As String
Dim webPartContextUpdate As WebPartContextUpdate
Dim filterLocation As RepositoryLocation
Dim renderTargetId As String
Dim availableHeight As Unit
Dim availableWidth As Unit
Dim webPartContext As WebPartContext
instance.RenderFilter(html, script, webPartContextUpdate, _
filterLocation, renderTargetId, _
availableHeight, availableWidth, _
webPartContext)
public void RenderFilter(
out string html,
out string script,
out WebPartContextUpdate webPartContextUpdate,
RepositoryLocation filterLocation,
string renderTargetId,
Unit availableHeight,
Unit availableWidth,
WebPartContext webPartContext
)
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.
filterLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the filter 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 filter. 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 filter. 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.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class