TreeViewControl class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class used by renderers for tree view filter visualizations.
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.MultiSelectTreeViewControl
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 TreeViewControl _
Inherits ParameterSelectionControl
'Usage
Dim instance As TreeViewControl
public class TreeViewControl : ParameterSelectionControl
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
Microsoft.PerformancePoint.Scorecards.ServerRendering namespace