Compartir a través de


del método ParameterSelectionControl.CreateCustomRenderScript

Crea la secuencia de comandos que se ejecuta cuando se representa el control.

Espacio de nombres:  Microsoft.PerformancePoint.Scorecards.ServerRendering
Ensamblado:  Microsoft.PerformancePoint.Scorecards.ServerRendering (en Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Sintaxis

'Declaración
Protected Overridable Function CreateCustomRenderScript ( _
    selectionElementId As String _
) As String
'Uso
Dim selectionElementId As String
Dim returnValue As String

returnValue = Me.CreateCustomRenderScript(selectionElementId)
protected virtual string CreateCustomRenderScript(
    string selectionElementId
)

Parámetros

Valor devuelto

Tipo: System.String
Una secuencia de comandos de procesamiento del control.

Vea también

Referencia

clase ParameterSelectionControl

Miembros ParameterSelectionControl

Espacio de nombres Microsoft.PerformancePoint.Scorecards.ServerRendering