NotificationWithResult Class

 

Updated: February 25, 2016

Applies To: SQL Server 2016

Represents a notification with result.

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)

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

public ref class NotificationWithResult abstract : Notification

NameDescription
System_CAPS_protmethodNotificationWithResult()

Initializes a new instance of the NotificationWithResult class.

NameDescription
System_CAPS_pubpropertyAttempt

Indicates how many times the report server has attempted to deliver the notification.(Inherited from Notification.)

System_CAPS_pubpropertyMaxNumberOfRetries

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.)

System_CAPS_pubpropertyOwner

The user name of the owner who generated the notification. User name is in the form of domain\alias.(Inherited from Notification.)

System_CAPS_pubpropertyReport

A Report object containing information about the report that is associated with the subscription.(Inherited from Notification.)

System_CAPS_pubpropertyRetry

Indicates that the report server should retry delivering the notification.(Inherited from Notification.)

System_CAPS_pubpropertyStatus

The status of the notification. Displayed in the subscription user interface.(Inherited from Notification.)

System_CAPS_pubpropertySubscriptionResult

Gets or sets the subscription result.

System_CAPS_pubpropertyUserData

An array of Setting objects that defines the values of the extension settings for the notification.(Inherited from Notification.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave()

Saves changes made to a Notification object in the associated subscription.(Inherited from Notification.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: