Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Protected Overrides Sub SetItem ( _
index As Integer, _
item As TListType _
)
'Usage
Dim index As Integer
Dim item As TListType
Me.SetItem(index, item)
protected override void SetItem (
int index,
TListType item
)
protected:
virtual void SetItem (
int index,
TListType item
) override
protected void SetItem (
int index,
TListType item
)
protected override function SetItem (
index : int,
item : TListType
)
Parameters
- index
- item
See Also
Reference
SyncList Generic Class
SyncList Members
Microsoft.Reporting.WinForms Namespace