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