Share via


IGlobalCache.GetReportView method

Gets a report from the cache.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function GetReportView ( _
    location As RepositoryLocation _
) As ReportView
'Usage
Dim instance As IGlobalCache
Dim location As RepositoryLocation
Dim returnValue As ReportView

returnValue = instance.GetReportView(location)
ReportView GetReportView(
    RepositoryLocation location
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.ReportView
The requested report.

See also

Reference

IGlobalCache interface

IGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace