Metodo RdlCollection<T>.RemoveItem

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

Removes an item from the collection.

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

Sintassi

'Dichiarazione
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'Utilizzo
Dim index As Integer 

Me.RemoveItem(index)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit  
override RemoveItem : 
        index:int -> unit
protected override function RemoveItem(
    index : int
)

Parametri

  • index
    Tipo: System.Int32
    the location where the item will be removed.

Vedere anche

Riferimento

RdlCollection<T> Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel