RdlCollectionBase<T>.SetItem 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Replaces the element at the specified index.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As T _
)
用法
Dim index As Integer 
Dim item As T

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

参数

  • index
    类型:System.Int32
    The zero-based index of the element to replace.
  • item
    类型:T
    The new value for the element at the specified index.

请参阅

参考

RdlCollectionBase<T> 类

Microsoft.ReportingServices.RdlObjectModel 命名空间