다음을 통해 공유


RemoteGlobalCache.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
Public Function GetReportView ( _
    location As RepositoryLocation _
) As ReportView
'Usage
Dim instance As RemoteGlobalCache
Dim location As RepositoryLocation
Dim returnValue As ReportView

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

Parameters

Return Value

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

Implements

IGlobalCache.GetReportView(RepositoryLocation)

See Also

Reference

RemoteGlobalCache Class

RemoteGlobalCache Members

Microsoft.PerformancePoint.Scorecards Namespace