Classe Event
Represents an event registered with the report server.
Gerarchia di ereditarietà
System.Object
ReportService2010.Event
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class Event
'Utilizzo
Dim instance As Event
[SerializableAttribute]
public class Event
[SerializableAttribute]
public ref class Event
[<SerializableAttribute>]
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 | Gets the name of the 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).
An array of Event objects is returned as output from 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.