Share via


SyncList<TListType>.ClearItems Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes all items from the list.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

protected override void ClearItems()
protected:
virtual void ClearItems() override
override ClearItems : unit -> unit
Protected Overrides Sub ClearItems

See Also

SyncList<TListType> Class
Microsoft.Reporting.WinForms Namespace

Return to top