IBIMonitoringServiceApplicationProxy.GetLatestAnalyticReportVersion Method
Determines whether a temporary report (Analytic Chart or Analytic Grid) exists in the back-end database.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetLatestAnalyticReportVersion ( _
analyticReportViewId As Guid _
) As Integer
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim analyticReportViewId As Guid
Dim returnValue As Integer
returnValue = instance.GetLatestAnalyticReportVersion(analyticReportViewId)
int GetLatestAnalyticReportVersion(
Guid analyticReportViewId
)
Parameters
analyticReportViewId
Type: System.GuidThe GUID of the report.
Return Value
Type: System.Int32
1 if the analytic report exists; otherwise 0.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface