Share via


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

Gets a collection of all versions of a reportView.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetReportViewHistory ( _
    guid As Guid _
) As ReportViewHistoryCollection
'Usage
Dim instance As PmService
Dim guid As Guid
Dim returnValue As ReportViewHistoryCollection

returnValue = instance.GetReportViewHistory(guid)
[WebMethodAttribute] 
public ReportViewHistoryCollection GetReportViewHistory (
    Guid guid
)

Parameters

  • guid
    The ID of the reportView object.

Return Value

A collection of all versions of the reportView.

See Also

Reference

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