Dashboard.Pages Property
Gets or sets the pages in the dashboard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Pages As DashboardElementCollection
Get
Set
'Usage
Dim instance As Dashboard
Dim value As DashboardElementCollection
value = instance.Pages
instance.Pages = value
public DashboardElementCollection Pages { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.DashboardElementCollection
The pages in the dashboard.
Remarks
A dashboard page is a container that contains other containers (zones), which in turn contain items (scorecards, reports, and filters). Both container objects (represented by the DashboardElementContainer class) and item objects (represented by the DashboardItem class) inherit from the DashboardElement class.