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