ApplyFiltersButton Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the Apply Filters button that applies the selections in the filter controls to the connected items on a dashboard page.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.FirstClassElement
      Microsoft.PerformancePoint.Scorecards.Filter
        Microsoft.PerformancePoint.Scorecards.ApplyFiltersButton

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ApplyFiltersButton _
    Inherits Filter
'Usage
Dim instance As ApplyFiltersButton
[SerializableAttribute]
public class ApplyFiltersButton : Filter

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

ApplyFiltersButton Members

Microsoft.PerformancePoint.Scorecards Namespace