WebPartContext.FilterSelections property
Gets a collection of values that represent the filter selections received from providers.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property FilterSelections As IList(Of BIData)
Get
'Usage
Dim instance As WebPartContext
Dim value As IList(Of BIData)
value = instance.FilterSelections
public IList<BIData> FilterSelections { get; }
Property value
Type: System.Collections.Generic.IList<BIData>
A collection of values that represent the filter selections received from providers.