Share via


GridViewDataInputs.PageFilters property

Gets or sets the filters that are used to slice the scorecard.

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

Syntax

'Declaration
Public Property PageFilters As MemberCollection
    Get
    Set
'Usage
Dim instance As GridViewDataInputs
Dim value As MemberCollection

value = instance.PageFilters

instance.PageFilters = value
public MemberCollection PageFilters { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The filters that are used to slice the scorecard.

See also

Reference

GridViewDataInputs class

GridViewDataInputs members

Microsoft.PerformancePoint.Scorecards namespace