Notification Class

Represents subscription information that delivery extensions use to deliver reports.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.Interfaces.Notification

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   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

The Notification type exposes the following members.

Constructors

  Name Description
Protected method Notification Initializes a new instance of the Notification class.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Save Saves changes made to a Notification object in the associated subscription.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.