Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the script that runs when the tree view control is rendered.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Protected Overrides Function CreateCustomRenderScript ( _
selectionElementId As String _
) As String
'Usage
Dim selectionElementId As String
Dim returnValue As String
returnValue = Me.CreateCustomRenderScript(selectionElementId)
protected override string CreateCustomRenderScript(
string selectionElementId
)
Parameters
- selectionElementId
Type: System.String
Return Value
Type: System.String
A render script for the control.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace