Compartilhar via


Classe Event

Represents an event registered with the report server.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.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).

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

Hierarquia de herança

System. . :: . .Object
  ReportService2006..::..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