ReportViewerCookieCollection Class

Definition

public ref class ReportViewerCookieCollection sealed : Microsoft::Reporting::WebForms::SyncList<System::Net::Cookie ^>
[System.Serializable]
public sealed class ReportViewerCookieCollection : Microsoft.Reporting.WebForms.SyncList<System.Net.Cookie>
[<System.Serializable>]
type ReportViewerCookieCollection = class
    inherit SyncList<Cookie>
Public NotInheritable Class ReportViewerCookieCollection
Inherits SyncList(Of Cookie)
Inheritance
Collection<TListType>
ReportViewerCookieCollection
Attributes

Methods

ClearItems() (Inherited from SyncList<TListType>)
InsertItem(Int32, TListType) (Inherited from SyncList<TListType>)
RemoveItem(Int32) (Inherited from SyncList<TListType>)
SetItem(Int32, TListType) (Inherited from SyncList<TListType>)

Applies to