Notification.MaxNumberOfRetries Property

Definition

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.

public:
 abstract property int MaxNumberOfRetries { int get(); };
public abstract int MaxNumberOfRetries { get; }
member this.MaxNumberOfRetries : int
Public MustOverride ReadOnly Property MaxNumberOfRetries As Integer

Property Value

The maximum number of times the report server retries to deliver the notification.

Remarks

This property is set in the Delivery element of the RSReportServer.config file.

<Delivery>  
   <MaxNumberOfRetries>4</MaxNumberOfRetries>  
   <Extension... />  
</Delivery>  

For more information about the report server configuration file, see Reporting Services Configuration Files.

Applies to