ConfiguredView.GetPageFilters Method (Microsoft.PerformancePoint.Scorecards)

Gets the page filters that are displayed for this configured view. This data structure is used in the call to GenerateView.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function GetPageFilters As MemberCollection
'Usage
Dim instance As ConfiguredView
Dim returnValue As MemberCollection

returnValue = instance.GetPageFilters
public MemberCollection GetPageFilters ()

Return Value

A collection of members.

See Also

Reference

ConfiguredView Class
ConfiguredView Members
Microsoft.PerformancePoint.Scorecards Namespace