Classe Event
Represents an event registered with the report server.
Gerarchia di ereditarietà
System.Object
ReportService2005.Event
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class Event
'Utilizzo
Dim instance As Event
public class Event
public ref class Event
type Event = class end
public class Event
Nel tipo Event sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Event | Initializes a new instance of the Event class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Type | The name of an event that is registered with the report server. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
You use events with Reporting Services subscriptions. For more information about report subscriptions, see Sottoscrizioni e recapito (Reporting Services).
Event is returned as output by the ListEvents method.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.