Condividi tramite


Classe Notification

Represents subscription information that delivery extensions use to deliver reports.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

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

Nel tipo Notification sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto Notification Initializes a new instance of the Notification class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Save Saves changes made to a Notification object in the associated subscription.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.