IBpm.GetReportView Method (Microsoft.PerformancePoint.Scorecards)

Gets the latest version of a reportView object.

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

Syntax

'Declaration
Function GetReportView ( _
    guid As Guid _
) As ReportView
'Usage
Dim instance As IBpm
Dim guid As Guid
Dim returnValue As ReportView

returnValue = instance.GetReportView(guid)
ReportView GetReportView (
    Guid guid
)

Parameters

  • guid
    The ID of the report view.

Return Value

The current reportView object.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace