Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
reportView
Type: Microsoft.PerformancePoint.Scorecards.ReportViewThe specified report object.
Return Value
Type: System.Guid
The GUID of the report.
Implements
IBIMonitoringServiceApplicationProxy.SaveTemporaryStrategyMapReport(ReportView)
See Also
Reference
BIMonitoringServiceApplicationProxy Class