共用方式為


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 命名空間