Share via


SingleSelectTreeViewControl Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the renderer for the Tree 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.TreeViewControl
            Microsoft.PerformancePoint.Scorecards.ServerRendering.SingleSelectTreeViewControl

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

Syntax

'Declaration
Public Class SingleSelectTreeViewControl _
    Inherits TreeViewControl
'Usage
Dim instance As SingleSelectTreeViewControl
public class SingleSelectTreeViewControl : TreeViewControl

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

SingleSelectTreeViewControl Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace