Compartir a través de


Clase Event

Represents an event registered with the report server.

Jerarquía de herencia

System.Object
  ReportService2010.Event

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class Event
'Uso
Dim instance As Event
[SerializableAttribute]
public class Event
[SerializableAttribute]
public ref class Event
[<SerializableAttribute>]
type Event =  class end
public class Event

El tipo Event expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Event Initializes a new instance of the Event class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Type Gets the name of the event that is registered with the report server.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

You use events with Reporting Services subscriptions. For more information about report subscriptions, see Suscripciones y entrega (Reporting Services).

An array of Event objects is returned as output from the ListEvents method.

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 ReportService2010