IBIMonitoringServiceApplicationProxy.GetStrategyMapReportView method

Retrieves a report that was created by using the SaveTemporaryStrategyMapReport method.

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

Syntax

'Declaration
Function GetStrategyMapReportView ( _
    strategyMapReportViewLocation As RepositoryLocation _
) As ReportView
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim strategyMapReportViewLocation As RepositoryLocation
Dim returnValue As ReportView

returnValue = instance.GetStrategyMapReportView(strategyMapReportViewLocation)
ReportView GetStrategyMapReportView(
    RepositoryLocation strategyMapReportViewLocation
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.ReportView
The specified Strategy Map report.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace