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.