ReportViewReferenceCollection.ItemAt Method (Microsoft.PerformancePoint.Scorecards)
Gets the ReportViewReference at the supplied index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Function ItemAt ( _
index As Integer _
) As ReportViewReference
'Usage
Dim instance As ReportViewReferenceCollection
Dim index As Integer
Dim returnValue As ReportViewReference
returnValue = instance.ItemAt(index)
public virtual ReportViewReference ItemAt (
int index
)
Parameters
- index
The index.
Return Value
TheReportViewReferenceat the index.
See Also
Reference
ReportViewReferenceCollection Class
ReportViewReferenceCollection Members
Microsoft.PerformancePoint.Scorecards Namespace