Share via


Classe Event

Represents an event registered with the report server.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2010..::..Event

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class Event
'Utilisation
Dim instance As Event
[SerializableAttribute]
public class Event
[SerializableAttribute]
public ref class Event
[<SerializableAttribute>]
type Event =  class end
public class Event

Le type Event expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Event Initializes a new instance of the Event class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Type Gets the name of the event that is registered with the report server.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

You use events with Reporting Services subscriptions. For more information about report subscriptions, see Abonnement et remise (Reporting Services).

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence