PmServer.GetDashboardHistory Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets a collection of all versions of a dashboard.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Function GetDashboardHistory ( _
    guid As Guid _
) As DashboardHistoryCollection
'Usage
Dim instance As PmServer
Dim guid As Guid
Dim returnValue As DashboardHistoryCollection

returnValue = instance.GetDashboardHistory(guid)
public DashboardHistoryCollection GetDashboardHistory (
    Guid guid
)

Parameters

  • guid
    The ID of the dashboard.

Return Value

A collection of all versions of the dashboard. Returns an empty collection if the dashboard does not exist or if the calling user does not have adequate permissions to view the dashboard.

See Also

Reference

PmServer Class
PmServer Members
Microsoft.PerformancePoint.Scorecards.Server Namespace