Notification.Retry Property

Definition

Indicates that the report server should retry delivering the notification.

public:
 abstract property bool Retry { bool get(); void set(bool value); };
public abstract bool Retry { get; set; }
member this.Retry : bool with get, set
Public MustOverride Property Retry As Boolean

Property Value

A Boolean value indicating whether the report server should retry delivering the notification.

Remarks

If an error occurs based on a temporary condition you should set the value of retry to a value of true. If you set the Retry property to a value of false, the report server does not retry delivering the notification.

Applies to