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 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.StringThe identifier of the div element to receive the HTML.
- controlId
Type: System.String
- instanceId
Type: System.String
- parameterUniqueName
Type: System.String
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
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace