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.
Propiedades
Nombre | Descripción | |
---|---|---|
Type | Gets the name of the event that is registered with the report server. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
You use events with Reporting Services subscriptions. For more information about report subscriptions, see Suscripción 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.