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.