Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.