Share via


ReportViewReferenceCollection.Insert Method (Microsoft.PerformancePoint.Scorecards)

Inserts the supplied ReportViewReference at the supplied location.

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

Syntax

'Declaration
Public Overridable Sub Insert ( _
    index As Integer, _
    value As ReportViewReference _
)
'Usage
Dim instance As ReportViewReferenceCollection
Dim index As Integer
Dim value As ReportViewReference

instance.Insert(index, value)
public virtual void Insert (
    int index,
    ReportViewReference value
)

Parameters

  • index
    The index to insert at.
  • value
    TheReportViewReferenceto insert.

See Also

Reference

ReportViewReferenceCollection Class
ReportViewReferenceCollection Members
Microsoft.PerformancePoint.Scorecards Namespace