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