Share via


ReportViewReferenceCollection.Remove Method (Microsoft.PerformancePoint.Scorecards)

Removes the first occurrence of a specific item from the collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub Remove ( _
    value As ReportViewReference _
)
'Usage
Dim instance As ReportViewReferenceCollection
Dim value As ReportViewReference

instance.Remove(value)
public virtual void Remove (
    ReportViewReference value
)

Parameters

  • value
    The item to remove from the collection

See Also

Reference

ReportViewReferenceCollection Class
ReportViewReferenceCollection Members
Microsoft.PerformancePoint.Scorecards Namespace