共用方式為


RdlCollection<T>.InsertItem 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Inserts an item in the collection.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As T _
)
'用途
Dim index As Integer 
Dim item As T

Me.InsertItem(index, item)
protected override void InsertItem(
    int index,
    T item
)
protected:
virtual void InsertItem(
    int index, 
    T item
) override
abstract InsertItem : 
        index:int * 
        item:'T -> unit  
override InsertItem : 
        index:int * 
        item:'T -> unit
protected override function InsertItem(
    index : int, 
    item : T
)

參數

  • index
    型別:System.Int32
    The location where the item will be inserted.
  • item
    型別:T
    The item to insert.

請參閱

參考

RdlCollection<T> 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間