Filter class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a filter.

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 Filter _
    Inherits FirstClassElement _
    Implements ICloneable, IDiffable, IEquatable(Of Filter),  _
    IParameterPoint, IWebPluggableView, ICustomizableFCO
'Usage
Dim instance As Filter
[SerializableAttribute]
public class Filter : FirstClassElement, ICloneable, 
    IDiffable, IEquatable<Filter>, IParameterPoint, IWebPluggableView, 
    ICustomizableFCO

Remarks

A filter object is one of the first class object (FCO) types in PerformancePoint Services. Filters are stored in a SharePoint list (by default, the PerformancePoint Content List).

A supported development scenario for PerformancePoint Services is to create a custom filter. For more information, see PerformancePoint Services in SharePoint 2013 or Code Sample: Custom Report, Filter, and Tabular Data Source Objects.

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

Filter members

Microsoft.PerformancePoint.Scorecards namespace