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
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.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface