Share via


IGlobalCache.GetReportView Method (Microsoft.PerformancePoint.Scorecards)

Gets a report view from the cache.

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 IGlobalCache
Dim guid As Guid
Dim returnValue As ReportView

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

Parameters

  • guid
    ID of report view to look up.

Return Value

Cached report view.

See Also

Reference

IGlobalCache Interface
IGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace