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.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace