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 class 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
<SerializableAttribute> _
Public Class SyncList(Of TListType)
Inherits Collection(Of TListType)
'Usage
Dim instance As SyncList(Of TListType)
[SerializableAttribute]
public class SyncList<TListType> : Collection<TListType>
[SerializableAttribute]
generic<typename TListType>
public ref class SyncList : public Collection<TListType>
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Reporting.WebForms.SyncList
Microsoft.Reporting.WebForms.ReportDataSourceCollection
Microsoft.Reporting.WebForms.ReportViewerCookieCollection
Microsoft.Reporting.WebForms.ReportViewerHeaderCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.