BIMonitoringServiceApplicationProxy.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
Public Function GetLatestAnalyticReportVersion ( _
    analyticReportViewId As Guid _
) As Integer
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim analyticReportViewId As Guid
Dim returnValue As Integer

returnValue = instance.GetLatestAnalyticReportVersion(analyticReportViewId)
public int GetLatestAnalyticReportVersion(
    Guid analyticReportViewId
)

Parameters

  • analyticReportViewId
    Type: System.Guid

    The GUID of the temporary report.

Return value

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

Implements

IBIMonitoringServiceApplicationProxy.GetLatestAnalyticReportVersion(Guid)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace