ParameterSelectionControl.CreateCustomRenderScript method
Creates the script that runs when the control is rendered.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Protected Overridable Function CreateCustomRenderScript ( _
selectionElementId As String _
) As String
'Usage
Dim selectionElementId As String
Dim returnValue As String
returnValue = Me.CreateCustomRenderScript(selectionElementId)
protected virtual string CreateCustomRenderScript(
string selectionElementId
)
Parameters
- selectionElementId
Type: System.String
Return value
Type: System.String
A render script for the control.
See also
Reference
ParameterSelectionControl class
ParameterSelectionControl members
Microsoft.PerformancePoint.Scorecards.ServerRendering namespace