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 in Microsoft SharePoint Server 2010. 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 Development Scenarios with PerformancePoint Services or PerformancePoint Services 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.