Compartir a través de


Clase ReportViewerCookieCollection

Representa una colección de objetos System.Net.Cookie.

Jerarquía de herencia

System.Object
  System.Collections.ObjectModel.Collection<Cookie>
    Microsoft.Reporting.WebForms.SyncList<Cookie>
      Microsoft.Reporting.WebForms.ReportViewerCookieCollection

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class ReportViewerCookieCollection _
    Inherits SyncList(Of Cookie)
'Uso
Dim instance As ReportViewerCookieCollection
[SerializableAttribute]
public sealed class ReportViewerCookieCollection : SyncList<Cookie>
[SerializableAttribute]
public ref class ReportViewerCookieCollection sealed : public SyncList<Cookie^>
[<SealedAttribute>]
[<SerializableAttribute>]
type ReportViewerCookieCollection =  
    class
        inherit SyncList<Cookie>
    end
public final class ReportViewerCookieCollection extends SyncList<Cookie>

El tipo ReportViewerCookieCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count (Se hereda de Collection<Cookie>.)
Propiedad pública Item (Se hereda de Collection<Cookie>.)
Propiedad protegida Items (Se hereda de Collection<Cookie>.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de Collection<Cookie>.)
Método público Clear (Se hereda de Collection<Cookie>.)
Método protegido ClearItems Infraestructura. (Se hereda de SyncList<TListType>.)
Método público Contains (Se hereda de Collection<Cookie>.)
Método público CopyTo (Se hereda de Collection<Cookie>.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator (Se hereda de Collection<Cookie>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público IndexOf (Se hereda de Collection<Cookie>.)
Método público Insert (Se hereda de Collection<Cookie>.)
Método protegido InsertItem Infraestructura. (Se hereda de SyncList<TListType>.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove (Se hereda de Collection<Cookie>.)
Método público RemoveAt (Se hereda de Collection<Cookie>.)
Método protegido RemoveItem Infraestructura. (Se hereda de SyncList<TListType>.)
Método protegido SetItem Infraestructura. (Se hereda de SyncList<TListType>.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList.Add (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasMétodo privado IList.Contains (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasMétodo privado IList.IndexOf (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasMétodo privado IList.Insert (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasPropiedad privada ICollection<T>.IsReadOnly (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasPropiedad privada IList.Item (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasMétodo privado IList.Remove (Se hereda de Collection<Cookie>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de Collection<Cookie>.)

Arriba

Comentarios

La clase ReportViewerCookieCollection proporciona un objeto de colección simple que se puede utilizar para almacenar un conjunto de objetos System.Net.Cookie.

Para obtener más información, vea la propiedad Cookies en ServerReport.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.Reporting.WebForms