ParameterizableControl Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for Web controls that take parameters, emit parameters, or both.

Inheritance Hierarchy

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

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

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

Remarks

A custom filter renderer can inherit from either ParameterizableControl or from the ParameterSelectionControl class. ParameterSelectionControl provides a framework for implementing a selection control and is the base class for all native filter renderers.

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

ParameterizableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace