Share via


RemoteGlobalCache.GetReportView Method (Microsoft.PerformancePoint.Scorecards)

Gets a ReportView.

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

Syntax

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

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

Parameters

  • guid
    ID of reportView.

Return Value

Cached reportView.

See Also

Reference

RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace