Поделиться через


Метод RdlCollection<T>.RemoveItem

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Removes an item from the collection.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'Применение
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
)

Параметры

  • index
    Тип: System.Int32
    the location where the item will be removed.

См. также

Справочник

RdlCollection<T> Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel