BIMonitoringServiceApplicationProxy.GetScorecardDependencies Method
Retrieves the external dependencies required for rendering the specified scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetScorecardDependencies ( _
scorecardLocation As RepositoryLocation _
) As ResourceDependencies
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim scorecardLocation As RepositoryLocation
Dim returnValue As ResourceDependencies
returnValue = instance.GetScorecardDependencies(scorecardLocation)
public ResourceDependencies GetScorecardDependencies(
RepositoryLocation scorecardLocation
)
Parameters
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Script.ResourceDependencies
The resources that are required to render the scorecard.
Implements
IBIMonitoringServiceApplicationProxy.GetScorecardDependencies(RepositoryLocation)
See Also
Reference
BIMonitoringServiceApplicationProxy Class