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.StringThe server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.
reportView
Type: Microsoft.PerformancePoint.Scorecards.ReportViewThe report object to save, which specifies a value for the required SubTypeId and Name property.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.ReportView
The new object.