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