Freigeben über


Notification-Klasse

Represents subscription information that delivery extensions use to deliver reports.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Notification

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public MustInherit Class Notification
'Usage
Dim instance As Notification
public abstract class Notification
public ref class Notification abstract
[<AbstractClassAttribute>]
type Notification =  class end
public abstract class Notification

Der Notification-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode Notification Initializes a new instance of the Notification class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Attempt Indicates how many times the report server has attempted to deliver the notification.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft Owner The user name of the owner who generated the notification. User name is in the form of domain\alias.
Öffentliche Eigenschaft Report A Report object containing information about the report that is associated with the subscription.
Öffentliche Eigenschaft Retry Indicates that the report server should retry delivering the notification.
Öffentliche Eigenschaft Status The status of the notification. Displayed in the subscription user interface.
Öffentliche Eigenschaft UserData An array of Setting objects that defines the values of the extension settings for the notification.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Save Saves changes made to a Notification object in the associated subscription.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.