FilterSelectionMode Enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the selection mode (single select or multi-select) for a filter.

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

Syntax

'Declaration
Public Enumeration FilterSelectionMode
'Usage
Dim instance As FilterSelectionMode
public enum FilterSelectionMode

Members

Member name Description
SingleSelect Represents a filter Web server control that accepts one selection only.
MultiSelect Represents a filter Web server control that accepts multiple selections.

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace