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: ResourceDependencies
The resources that are required to render the report.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace