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
reportLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Script.ResourceDependencies
The resources that are required to render the report.
Implements
IBIMonitoringServiceApplicationProxy.GetReportDependencies(RepositoryLocation)
See Also
Reference
BIMonitoringServiceApplicationProxy Class