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.
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
reportView
Type: Microsoft.PerformancePoint.Scorecards.ReportViewThe updated report object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.ReportView
The updated object.