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

Deletes a report view.

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

Syntax

'Declaration
Public Sub DeleteReportView ( _
    guid As Guid _
)
'Usage
Dim instance As PmServer
Dim guid As Guid

instance.DeleteReportView(guid)
public void DeleteReportView (
    Guid guid
)

Parameters

  • guid
    The ID of the report to delete.

See Also

Reference

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