ParameterizableControl Class (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

Serves as the base class for Web controls that take parameters, emit parameters, or both.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<ToolboxDataAttribute("<{0}:ParameterizableControl runat=server></{0}:ParameterizableControl>")> _
Public MustInherit Class ParameterizableControl
    Inherits WebControl
'Usage
Dim instance As ParameterizableControl
[ToolboxDataAttribute("<{0}:ParameterizableControl runat=server></{0}:ParameterizableControl>")] 
public abstract class ParameterizableControl : WebControl

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
     System.Web.UI.WebControls.WebControl
      Microsoft.PerformancePoint.Scorecards.Server.Extensions.ParameterizableControl
         Derived Classes

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