Event-Klasse
Represents an event registered with the report server.
Vererbungshierarchie
System. . :: . .Object
ReportService2010..::..Event
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Event
'Usage
Dim instance As Event
[SerializableAttribute]
public class Event
[SerializableAttribute]
public ref class Event
[<SerializableAttribute>]
type Event = class end
public class Event
Der Event-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Type | Gets the name of the event that is registered with the report server. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
You use events with Reporting Services subscriptions. For more information about report subscriptions, see Abonnement und Übermittlung [Reporting Services].
An array of Event objects is returned as output from the ListEvents method.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.