Compartir a través de


RdlCollection<T>.RemoveItem Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Removes an item from the collection.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

RdlCollection<T> Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel