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
reportView
Type: Microsoft.PerformancePoint.Scorecards.ReportViewThe report to add.