Partager via


Classe Notification

Represents subscription information that delivery extensions use to deliver reports.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.Interfaces.Notification

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public MustInherit Class Notification
'Utilisation
Dim instance As Notification
public abstract class Notification
public ref class Notification abstract
[<AbstractClassAttribute>]
type Notification =  class end
public abstract class Notification

Le type Notification expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée Notification Initializes a new instance of the Notification class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Attempt Indicates how many times the report server has attempted to deliver the notification.
Propriété publique MaxNumberOfRetries Indicates the maximum number of times the report server attempts to deliver the notification. This value is based on information contained in the delivery extension's configuration file.
Propriété publique Owner The user name of the owner who generated the notification. User name is in the form of domain\alias.
Propriété publique Report A Report object containing information about the report that is associated with the subscription.
Propriété publique Retry Indicates that the report server should retry delivering the notification.
Propriété publique Status The status of the notification. Displayed in the subscription user interface.
Propriété publique UserData An array of Setting objects that defines the values of the extension settings for the notification.

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 Save Saves changes made to a Notification object in the associated subscription.
Méthode publique ToString (hérité de Object.)

Haut de la page

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

Espace de noms Microsoft.ReportingServices.Interfaces