IBIMonitoringStore.UpdateReportView method

Updates a report in a SharePoint list.

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

Syntax

'Declaration
Function UpdateReportView ( _
    reportView As ReportView _
) As ReportView
'Usage
Dim instance As IBIMonitoringStore
Dim reportView As ReportView
Dim returnValue As ReportView

returnValue = instance.UpdateReportView(reportView)
ReportView UpdateReportView(
    ReportView reportView
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.ReportView
The updated object.

See also

Reference

IBIMonitoringStore interface

IBIMonitoringStore members

Microsoft.PerformancePoint.Scorecards namespace