Share via


RemoteGlobalCache.AddReportView Method (Microsoft.PerformancePoint.Scorecards)

Adds an reportView 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

  • reportView
    reportView to add.

See Also

Reference

RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace