ReportView.CreateNew Method
Creates a new report that is initialized as a PpsReportView content type.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function CreateNew As ReportView
'Usage
Dim returnValue As ReportView
returnValue = ReportView.CreateNew()
public static ReportView CreateNew()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.ReportView
A new report that is initialized as a PpsReportView content type.