SingleSelectDropDownControl Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the renderer for the List filter visualization on a dashboard page, which is used to select one parameter value.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.PerformancePoint.Scorecards.Server.Extensions.ParameterizableControl
        Microsoft.PerformancePoint.Scorecards.ServerRendering.ParameterSelectionControl
          Microsoft.PerformancePoint.Scorecards.ServerRendering.SingleSelectDropDownControl

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

Syntax

'Declaration
Public Class SingleSelectDropDownControl _
    Inherits ParameterSelectionControl
'Usage
Dim instance As SingleSelectDropDownControl
public class SingleSelectDropDownControl : ParameterSelectionControl

Remarks

This control only emits parameters; it does not consume them.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SingleSelectDropDownControl Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace