Метод RemoveItem
Removes the report parameter at the specified index of the collection.
Пространство имен: Microsoft.ReportingServices.SharePoint.UI.WebParts
Сборка: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.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 zero-based index of the report parameter to remove.