BIDataContainer.ParameterValuesCollection Property
Gets the current set of parameter values sent to this control for the current rendering session.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterValuesCollection As Dictionary(Of String, List(Of Object))
Get
'Usage
Dim instance As BIDataContainer
Dim value As Dictionary(Of String, List(Of Object))
value = instance.ParameterValuesCollection
public Dictionary<string, List<Object>> ParameterValuesCollection { get; }
Property Value
Type: System.Collections.Generic.Dictionary<String, List<Object>>
The current set of parameter values sent to this control for the current rendering session.