BIMonitoringServiceApplicationProxy.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
Public Function GetReportDependencies ( _
    reportLocation As RepositoryLocation _
) As ResourceDependencies
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim reportLocation As RepositoryLocation
Dim returnValue As ResourceDependencies

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

Parameters

Return value

Type: ResourceDependencies
The resources that are required to render the report.

Implements

IBIMonitoringServiceApplicationProxy.GetReportDependencies(RepositoryLocation)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace