IBpm.GetReportViewHistory Method (Microsoft.PerformancePoint.Scorecards)

Gets a collection of all versions of the reportView.

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

Syntax

'Declaration
Function GetReportViewHistory ( _
    guid As Guid _
) As ReportViewHistoryCollection
'Usage
Dim instance As IBpm
Dim guid As Guid
Dim returnValue As ReportViewHistoryCollection

returnValue = instance.GetReportViewHistory(guid)
ReportViewHistoryCollection GetReportViewHistory (
    Guid guid
)

Parameters

  • guid
    The ID of the report view.

Return Value

A collection of reportViews.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace