ReportViewerCookieCollection Class
Represents a collection of System.Net.Cookie objects.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ReportViewerCookieCollection
Inherits SyncList(Of Cookie)
'Usage
Dim instance As ReportViewerCookieCollection
[SerializableAttribute]
public sealed class ReportViewerCookieCollection : SyncList<Cookie>
[SerializableAttribute]
public ref class ReportViewerCookieCollection sealed : public SyncList<Cookie^>
/** @attribute SerializableAttribute() */
public final class ReportViewerCookieCollection extends SyncList<Cookie>
SerializableAttribute
public final class ReportViewerCookieCollection extends SyncList<Cookie>
Remarks
The ReportViewerCookieCollection class provides a simple collection object that can be used to store a set of System.Net.Cookie objects.
For more information, see the Cookies property in ServerReport.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Reporting.WebForms.SyncList
Microsoft.Reporting.WebForms.ReportViewerCookieCollection
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.
See Also
Reference
ReportViewerCookieCollection Members
Microsoft.Reporting.WebForms Namespace