TreeViewControl.CreateCustomRenderScript Method

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

Return Value

Type: System.String
A render script for the control.

See Also

Reference

TreeViewControl Class

TreeViewControl Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace