SyncList.RemoveItem Method
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 RemoveItem ( _
index As Integer _
)
'Usage
Dim index As Integer
Me.RemoveItem(index)
protected override void RemoveItem (
int index
)
protected:
virtual void RemoveItem (
int index
) override
protected void RemoveItem (
int index
)
protected override function RemoveItem (
index : int
)
Parameters
- index
See Also
Reference
SyncList Generic Class
SyncList Members
Microsoft.Reporting.WinForms Namespace