Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of key performance indicators (KPIs) from the specified scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetKpisFromScorecard ( _
location As RepositoryLocation _
) As KpiCollection
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As KpiCollection
returnValue = instance.GetKpisFromScorecard(location)
KpiCollection GetKpisFromScorecard(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the SharePoint list.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.KpiCollection
The KPIs used by the scorecard, or a null reference (Nothing in Visual Basic) if the scorecard cannot be found.