GridViewData.PageFilters Property
Gets or sets the collection of members used to slice the scorecard values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property PageFilters As MemberCollection
Get
Set
'Usage
Dim instance As GridViewData
Dim value As MemberCollection
value = instance.PageFilters
instance.PageFilters = value
public MemberCollection PageFilters { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The collection of members used to slice the scorecard values.
Remarks
Page filters are run before the data source is queried.