Share via


Classe Notification

Represents subscription information that delivery extensions use to deliver reports.

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Public MustInherit Class Notification
'Uso
Dim instance As Notification
public abstract class Notification
public ref class Notification abstract
[<AbstractClassAttribute>]
type Notification =  class end
public abstract class Notification

O tipo Notification expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido Notification Initializes a new instance of the Notification class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Save Saves changes made to a Notification object in the associated subscription.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.