IBIMonitoringServiceApplicationProxy.GetReportDependencies Method

Retrieves the external dependencies required for rendering the specified report.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function GetReportDependencies ( _
    reportLocation As RepositoryLocation _
) As ResourceDependencies
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim reportLocation As RepositoryLocation
Dim returnValue As ResourceDependencies

returnValue = instance.GetReportDependencies(reportLocation)
ResourceDependencies GetReportDependencies(
    RepositoryLocation reportLocation
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Script.ResourceDependencies
The resources that are required to render the report.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace