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
parameterName
Type: System.StringThe name of the parameter.
Return Value
Type: System.Collections.Generic.List<String>
Remarks
These values are defined by the filter creator.
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace