ParameterSelectionControl.CreateCustomRenderScript - Méthode
Crée le script qui s'exécute lorsque le contrôle s'affiche.
Espace de noms : Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly : Microsoft.PerformancePoint.Scorecards.ServerRendering (dans Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntaxe
'Déclaration
Protected Overridable Function CreateCustomRenderScript ( _
selectionElementId As String _
) As String
'Utilisation
Dim selectionElementId As String
Dim returnValue As String
returnValue = Me.CreateCustomRenderScript(selectionElementId)
protected virtual string CreateCustomRenderScript(
string selectionElementId
)
Paramètres
- selectionElementId
Type : System.String
Valeur renvoyée
Type : System.String
Un script de rendu pour le contrôle.
Voir aussi
Référence
ParameterSelectionControl classe
ParameterSelectionControl - Membres
Microsoft.PerformancePoint.Scorecards.ServerRendering - Espace de noms