Partager via


Propriété ReportItemCollection.Item

Gets the item at the specified index.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As ReportItem 
    Get
'Utilisation
Dim instance As ReportItemCollection 
Dim index As Integer 
Dim value As ReportItem 

value = instance(index)
public override ReportItem this[
    int index
] { get; }
public:
virtual property ReportItem^ default[int index] {
    ReportItem^ get (int index) override;
}
abstract Item : ReportItem 
override Item : ReportItem
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem at the specified index.

Voir aussi

Référence

ReportItemCollection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering