IBIMonitoringStore.GetDashboard Method
Retrieves a dashboard from a SharePoint list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetDashboard ( _
location As RepositoryLocation _
) As Dashboard
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As Dashboard
returnValue = instance.GetDashboard(location)
Dashboard GetDashboard(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the dashboard in the SharePoint list.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Dashboard
The requested dashboard, or a null reference (Nothing in Visual Basic) if it does not exist.