Compartir a través de


Clase Notification

Represents subscription information that delivery extensions use to deliver reports.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
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

El tipo Notification expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido Notification Initializes a new instance of the Notification class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Save Saves changes made to a Notification object in the associated subscription.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.