Compartilhar via


Classe Event

Represents an event registered with the report server.

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.dll)

Sintaxe

'Declaração
<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

Comentários

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

Event is returned as output by the ListEvents method.

Hierarquia de herança

System. . :: . .Object
  ReportService2005..::..Event

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência