WebPartContext.LegacyFilterSelections property

Gets a collection of values that represent the filter selections received from external providers.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public ReadOnly Property LegacyFilterSelections As IList(Of BIData)
    Get
'Usage
Dim instance As WebPartContext
Dim value As IList(Of BIData)

value = instance.LegacyFilterSelections
public IList<BIData> LegacyFilterSelections { get; }

Property value

Type: System.Collections.Generic.IList<BIData>
A collection of values that represent the filter selections received from external providers.

See also

Reference

WebPartContext class

WebPartContext members

Microsoft.PerformancePoint.Scorecards namespace