RemoteGlobalCache.AddReportView method

Adds a report to the cache.

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

Syntax

'Declaration
Public Sub AddReportView ( _
    reportView As ReportView _
)
'Usage
Dim instance As RemoteGlobalCache
Dim reportView As ReportView

instance.AddReportView(reportView)
public void AddReportView(
    ReportView reportView
)

Parameters

See also

Reference

RemoteGlobalCache class

RemoteGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace