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