BIMonitoringServiceApplicationProxy.SaveTemporaryStrategyMapReport method

Stores the specified Strategy Map report as a temporary object to preserve its query state.

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

Syntax

'Declaration
Public Function SaveTemporaryStrategyMapReport ( _
    reportView As ReportView _
) As Guid
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim reportView As ReportView
Dim returnValue As Guid

returnValue = instance.SaveTemporaryStrategyMapReport(reportView)
public Guid SaveTemporaryStrategyMapReport(
    ReportView reportView
)

Parameters

Return value

Type: System.Guid
The GUID of the report.

Implements

IBIMonitoringServiceApplicationProxy.SaveTemporaryStrategyMapReport(ReportView)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace