IBpm.GetAnalyticReportView Method (Microsoft.PerformancePoint.Scorecards)

Gets the full FCO of a reportView object.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Function GetAnalyticReportView ( _
    analyticReportViewId As Guid, _
    version As Integer _
) As ReportView
'Usage
Dim instance As IBpm
Dim analyticReportViewId As Guid
Dim version As Integer
Dim returnValue As ReportView

returnValue = instance.GetAnalyticReportView(analyticReportViewId, version)
ReportView GetAnalyticReportView (
    Guid analyticReportViewId,
    int version
)

Parameters

  • analyticReportViewId
    The ID of the analytic report.
  • version
    The version of the analytic report.

Return Value

The specified AnalyticReport object.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace