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.Guid

    The GUID of the report.

Return value

Type: System.Int32
1 if the analytic report exists; otherwise 0.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace