Compartir a través de


ReportElementCollectionBase<T>.Item Propiedad

Gets the item at the specified index.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable Default Property Item ( _
    i As Integer _
) As T
    Get 
    Set
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: T
An object of type T that represents the item at the specified index.

Vea también

Referencia

ReportElementCollectionBase<T> Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering