MultiSelectTreeViewControl Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the renderer for the Multi-Select Tree filter visualization on a dashboard page, which is used to select multiple parameter values.
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
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Class MultiSelectTreeViewControl _
Inherits TreeViewControl
'Usage
Dim instance As MultiSelectTreeViewControl
public class MultiSelectTreeViewControl : 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
MultiSelectTreeViewControl Members
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace