Share via


IBIMonitoringServiceApplicationProxy.RenderFilter - Méthode

Génère le code HTML pour restituer le filtre spécifié.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntaxe

'Déclaration
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 _
)
'Utilisation
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
)

Paramètres

  • script
    Type : System.String

    Le script d'initialisation s'exécute dans le navigateur pour prendre en charge le code HTML.

  • renderTargetId
    Type : System.String

    Identificateur de l'élément parent du contrôle HTML rendu.

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

    La hauteur est disponible pour le filtre. Cette valeur ne doit pas être une référence Null (Rien dans Visual Basic).

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

    La largeur est disponible pour le filtre. Cette valeur ne doit pas être une référence Null (Rien dans Visual Basic).

Voir aussi

Référence

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms