ParameterizableControl.ProviderParameterSelections method

Gets the default selections for the control.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public Function ProviderParameterSelections ( _
    parameterName As String _
) As List(Of String)
'Usage
Dim instance As ParameterizableControl
Dim parameterName As String
Dim returnValue As List(Of String)

returnValue = instance.ProviderParameterSelections(parameterName)
public List<string> ProviderParameterSelections(
    string parameterName
)

Parameters

Return value

Type: System.Collections.Generic.List<String>

Remarks

These values are defined by the filter creator.

See also

Reference

ParameterizableControl class

ParameterizableControl members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace