PmServer.CreateReportView Method (Microsoft.PerformancePoint.Scorecards.Server)

Creates a report view.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Sub CreateReportView ( _
    newElement As ReportView _
)
'Usage
Dim instance As PmServer
Dim newElement As ReportView

instance.CreateReportView(newElement)
public void CreateReportView (
    ReportView newElement
)

Parameters

  • newElement
    The new report.

See Also

Reference

PmServer Class
PmServer Members
Microsoft.PerformancePoint.Scorecards.Server Namespace