Partager via


Méthode RdlCollection<T>.RemoveItem

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Removes an item from the collection.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

RdlCollection<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel