NotificationWithResult Class

Definition

Represents a notification with result.

public ref class NotificationWithResult abstract : Microsoft::ReportingServices::Interfaces::Notification
public abstract class NotificationWithResult : Microsoft.ReportingServices.Interfaces.Notification
type NotificationWithResult = class
    inherit Notification
Public MustInherit Class NotificationWithResult
Inherits Notification
Inheritance
NotificationWithResult

Constructors

NotificationWithResult()

Initializes a new instance of the NotificationWithResult class.

Properties

Attempt

Indicates how many times the report server has attempted to deliver the notification.

(Inherited from 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.

(Inherited from Notification)
Owner

The user name of the owner who generated the notification. User name is in the form of domain\alias.

(Inherited from Notification)
Report

A Report object containing information about the report that is associated with the subscription.

(Inherited from Notification)
Retry

Indicates that the report server should retry delivering the notification.

(Inherited from Notification)
Status

The status of the notification. Displayed in the subscription user interface.

(Inherited from Notification)
SubscriptionResult

Gets or sets the subscription result.

UserData

An array of Setting objects that defines the values of the extension settings for the notification.

(Inherited from Notification)

Methods

Save()

Saves changes made to a Notification object in the associated subscription.

(Inherited from Notification)

Applies to