BIMonitoringServiceApplicationProxy.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
Public Function GetStrategyMapReportView ( _
strategyMapReportViewLocation As RepositoryLocation _
) As ReportView
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim strategyMapReportViewLocation As RepositoryLocation
Dim returnValue As ReportView
returnValue = instance.GetStrategyMapReportView(strategyMapReportViewLocation)
public ReportView GetStrategyMapReportView(
RepositoryLocation strategyMapReportViewLocation
)
Parameters
strategyMapReportViewLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.ReportView
The specified Strategy Map report.
Implements
IBIMonitoringServiceApplicationProxy.GetStrategyMapReportView(RepositoryLocation)
See Also
Reference
BIMonitoringServiceApplicationProxy Class