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
Function SaveTemporaryStrategyMapReport ( _
reportView As ReportView _
) As Guid
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim reportView As ReportView
Dim returnValue As Guid
returnValue = instance.SaveTemporaryStrategyMapReport(reportView)
Guid SaveTemporaryStrategyMapReport(
ReportView reportView
)
Parameters
reportView
Type: Microsoft.PerformancePoint.Scorecards.ReportViewThe specified report object.
Return Value
Type: System.Guid
The GUID of the report.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface