Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
ReportViewerCookieCollection Class 

Represents a collection of System.Net.Cookie objects.

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

Visual Basic (Declaration)
Public NotInheritable Class ReportViewerCookieCollection
	Inherits SyncList(Of Cookie)
Visual Basic (Usage)
Dim instance As ReportViewerCookieCollection
C#
public sealed class ReportViewerCookieCollection : SyncList<Cookie>
C++
public ref class ReportViewerCookieCollection sealed : public SyncList<Cookie^>
J#
public final class ReportViewerCookieCollection extends SyncList<Cookie>
JScript
public final class ReportViewerCookieCollection extends SyncList<Cookie>

The ReportViewerCookieCollection class provides a simple collection object that can be used to store a set of System.Net.Cookie objects.

System.Object
   System.Collections.ObjectModel.Collection
     Microsoft.Reporting.WinForms.SyncList
      Microsoft.Reporting.WinForms.ReportViewerCookieCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker