BIMonitoringServiceApplicationProxy.SaveTemporaryAnalyticReport Method
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
Public Function SaveTemporaryAnalyticReport ( _
reportView As ReportView _
) As Guid
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim reportView As ReportView
Dim returnValue As Guid
returnValue = instance.SaveTemporaryAnalyticReport(reportView)
public 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.
Implements
IBIMonitoringServiceApplicationProxy.SaveTemporaryAnalyticReport(ReportView)
See Also
Reference
BIMonitoringServiceApplicationProxy Class