RdlCollectionBase<T>.SetItem Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides Collection<T>.SetItem(Int32, T).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub SetItem ( _
index As Integer, _
item As T _
)
'Usage
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
)