Freigeben über


RdlCollection<T>.RemoveItem-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Removes an item from the collection.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

RdlCollection<T> Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace