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.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As listType _
)
'Usage
Dim index As Integer
Dim item As listType
Me.InsertItem(index, item)
protected override void InsertItem (
int index,
listType item
)
protected:
virtual void InsertItem (
int index,
listType item
) override
protected void InsertItem (
int index,
listType item
)
protected override function InsertItem (
index : int,
item : listType
)
Parameters
- index
- item
See Also
Reference
SyncList Generic Class
SyncList Members
Microsoft.Reporting.WebForms Namespace