RemoteGlobalCache.GetDashboard Method (Microsoft.PerformancePoint.Scorecards)
Gets a Dashboard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Function GetDashboard ( _
guid As Guid _
) As Dashboard
'Usage
Dim instance As RemoteGlobalCache
Dim guid As Guid
Dim returnValue As Dashboard
returnValue = instance.GetDashboard(guid)
public Dashboard GetDashboard (
Guid guid
)
Parameters
- guid
ID of dashboard.
Return Value
Cached dashboard.
See Also
Reference
RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace