IBIMonitoringServiceApplicationProxy.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
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 IBIMonitoringServiceApplicationProxy
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)
void RenderFilter(
    out string html,
    out string script,
    out WebPartContextUpdate webPartContextUpdate,
    RepositoryLocation filterLocation,
    string renderTargetId,
    Unit availableHeight,
    Unit availableWidth,
    WebPartContext webPartContext
)

Parameters

  • script
    Type: System.String

    The initialization script to run in the browser to support the HTML.

  • renderTargetId
    Type: System.String

    The identifier of parent element of the rendered HTML control.

  • availableHeight
    Type: System.Web.UI.WebControls.Unit

    The 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.Unit

    The width that is available for the filter. This value must not be a null reference (Nothing in Visual Basic).

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace