Share via


PmService.GetDashboards Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets all dashboards that the caller has access to.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetDashboards As DashboardCollection
'Usage
Dim instance As PmService
Dim returnValue As DashboardCollection

returnValue = instance.GetDashboards
[WebMethodAttribute] 
public DashboardCollection GetDashboards ()

Return Value

All accessible dashboards.

See Also

Reference

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