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