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.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.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 | |
---|---|---|
Notification | Initializes a new instance of the Notification class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Attempt | Indicates how many times the report server has attempted to deliver the notification. | |
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. | |
Owner | The user name of the owner who generated the notification. User name is in the form of domain\alias. | |
Report | A Report object containing information about the report that is associated with the subscription. | |
Retry | Indicates that the report server should retry delivering the notification. | |
Status | The status of the notification. Displayed in the subscription user interface. | |
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 | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
Save | Saves changes made to a Notification object in the associated subscription. | |
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.