ParameterSelectionControl Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for native filter renderers in PerformancePoint Services in Microsoft SharePoint Server 2010.

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
          Microsoft.PerformancePoint.Scorecards.ServerRendering.TreeViewControl

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

Syntax

'Declaration
Public MustInherit Class ParameterSelectionControl _
    Inherits ParameterizableControl
'Usage
Dim instance As ParameterSelectionControl
public abstract class ParameterSelectionControl : ParameterizableControl

Remarks

A custom filter renderer can inherit from either ParameterSelectionControl or from the ParameterizableControl class, but ParameterSelectionControl provides a framework for implementing a selection control.

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

ParameterSelectionControl Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace