Share via


Dashboard.PageList property

Gets or sets a Boolean value that indicates whether each page in the deployed dashboard includes a page list.

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

Syntax

'Declaration
Public Property PageList As String
    Get
    Set
'Usage
Dim instance As Dashboard
Dim value As String

value = instance.PageList

instance.PageList = value
public string PageList { get; set; }

Property value

Type: System.String
true if each page in the deployed dashboard includes a page list; otherwise false.

See also

Reference

Dashboard class

Dashboard members

Microsoft.PerformancePoint.Scorecards namespace