ReportViewReferenceCollection.Item Property (Microsoft.PerformancePoint.Scorecards)
Gets or sets the ReportViewReference for the supplied index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Default Property Item ( _
index As Integer _
) As ReportViewReference
'Usage
Dim instance As ReportViewReferenceCollection
Dim index As Integer
Dim value As ReportViewReference
value = instance(index)
instance(index) = value
public virtual ReportViewReference this [
int index
] { get; set; }
Parameters
- index
See Also
Reference
ReportViewReferenceCollection Class
ReportViewReferenceCollection Members
Microsoft.PerformancePoint.Scorecards Namespace