Metodo RdlCollectionBase<T>.SetItem

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Replaces the element at the specified index.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As T _
)
'Utilizzo
Dim index As Integer 
Dim item As T

Me.SetItem(index, item)
protected override void SetItem(
    int index,
    T item
)
protected:
virtual void SetItem(
    int index, 
    T item
) override
abstract SetItem : 
        index:int * 
        item:'T -> unit  
override SetItem : 
        index:int * 
        item:'T -> unit
protected override function SetItem(
    index : int, 
    item : T
)

Parametri

  • index
    Tipo: System.Int32
    The zero-based index of the element to replace.
  • item
    Tipo: T
    The new value for the element at the specified index.

Vedere anche

Riferimento

RdlCollectionBase<T> Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel