Share via


IBIMonitoringStore.CreateReportView Method

Saves a report object as a content type in a SharePoint list.

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

Syntax

'Declaration
Function CreateReportView ( _
    listUrl As String, _
    reportView As ReportView _
) As ReportView
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim reportView As ReportView
Dim returnValue As ReportView

returnValue = instance.CreateReportView(listUrl, _
    reportView)
ReportView CreateReportView(
    string listUrl,
    ReportView reportView
)

Parameters

  • listUrl
    Type: System.String

    The server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.

Return Value

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

See Also

Reference

IBIMonitoringStore Interface

IBIMonitoringStore Members

Microsoft.PerformancePoint.Scorecards Namespace