ReportParameterDefaultCollection.RemoveItem(Int32) 方法

定義

從集合中指定的索引處移除報表參數。

protected:
 override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

參數

index
Int32

要移除的報表參數之以零為基底的索引。

適用於