Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Attempt | Indicates how many times the report server has attempted to deliver the notification. |
![]() |
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. |
![]() |
Owner | The user name of the owner who generated the notification. User name is in the form of domain\alias. |
![]() |
Report | A Report object containing information about the report that is associated with the subscription. |
![]() |
Retry | Indicates that the report server should retry delivering the notification. |
![]() |
Status | The status of the notification. Displayed in the subscription user interface. |
![]() |
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 | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Save | Saves changes made to a Notification object in the associated subscription. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
Notification Class
Microsoft.ReportingServices.Interfaces Namespace