TreeViewControl.GetUpdateParameterScript Method

Creates the script for updated parameter selections.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Syntax

'Declaration
Public Shared Function GetUpdateParameterScript ( _
    targetControlId As String, _
    controlId As String, _
    instanceId As String, _
    parameterUniqueName As String _
) As String
'Usage
Dim targetControlId As String
Dim controlId As String
Dim instanceId As String
Dim parameterUniqueName As String
Dim returnValue As String

returnValue = TreeViewControl.GetUpdateParameterScript(targetControlId, _
    controlId, instanceId, parameterUniqueName)
public static string GetUpdateParameterScript(
    string targetControlId,
    string controlId,
    string instanceId,
    string parameterUniqueName
)

Parameters

  • targetControlId
    Type: System.String

    The identifier of the div element to receive the HTML.

Return Value

Type: System.String
A script for updated parameter selections.

Remarks

GetUpdateParameterScript(String, String, String, String) is called by the BuildTreeView(DataTable, String, String, String, String, String, HtmlTextWriter) method.

See Also

Reference

TreeViewControl Class

TreeViewControl Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace