Jaa


Notification Members

Represents subscription information that delivery extensions use to deliver reports.

The following tables list the members exposed by the Notification type.

Protected Constructors

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

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms160642.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms160642.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms160642.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms160642.pubmethod(en-US,SQL.90).gifms160642.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms160642.pubmethod(en-US,SQL.90).gif Save Saves changes made to a Notification object in the associated subscription.
ms160642.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms160642.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms160642.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Notification Class
Microsoft.ReportingServices.Interfaces Namespace