Partager via


Propriété 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 Overridable Default Property Item ( _
    i As Integer _
) As T
    Get
    Set
'Utilisation
Dim instance As ReportElementCollectionBase
Dim i As Integer
Dim value As T

value = instance(i)

instance(i) = value
public virtual T this[
    int i
] { get; set; }
public:
virtual property T default[int i] {
    T get (int i);
    void set (int i, T value);
}
abstract Item : 'T with get, set
override Item : 'T with get, set
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 : T
An object of type T.