Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Replaces the element at the specified index.
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
)
Parameters
- index
Type: System.Int32
The zero-based index of the element to replace.
- item
Type: T
The new value for the element at the specified index.