ConnectionData.PageFilters Property

Gets or sets a collection of members that slices the scorecard.

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 ConnectionData
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 that slices the entire scorecard.

See Also

Reference

ConnectionData Class

ConnectionData Members

Microsoft.PerformancePoint.Scorecards Namespace