Share via


PmService.GetLatestAnalyticReportVersion Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets the latest version of the analytic report.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetLatestAnalyticReportVersion ( _
    analyticReportViewId As Guid _
) As Integer
'Usage
Dim instance As PmService
Dim analyticReportViewId As Guid
Dim returnValue As Integer

returnValue = instance.GetLatestAnalyticReportVersion(analyticReportViewId)
[WebMethodAttribute] 
public int GetLatestAnalyticReportVersion (
    Guid analyticReportViewId
)

Parameters

  • analyticReportViewId
    The ID of the analytic report.

Return Value

The latest version of the AnalyticReport object.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace