Notification.MaxNumberOfRetries Özelliği
Rapor sunucusu bildirim teslim girişimlerinin maksimum sayısını gösterir.Bu değer teslim uzantısı ile 's yer alan bilgilere dayanarak yapılandırma dosyası.
Ad Alanı: Microsoft.ReportingServices.Interfaces
Derlemeler: Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces içinde.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts içinde.dll)
Sözdizimi
'Bildirim
Public MustOverride ReadOnly Property MaxNumberOfRetries As Integer
Get
'Kullanım
Dim instance As Notification
Dim value As Integer
value = instance.MaxNumberOfRetries
public abstract int MaxNumberOfRetries { get; }
public:
virtual property int MaxNumberOfRetries {
int get () abstract;
}
abstract MaxNumberOfRetries : int
abstract function get MaxNumberOfRetries () : int
Özellik Değeri
Tür: System.Int32
En fazla rapor sunucusu bildirim teslim etmek için yeniden deneme sayısı.
Açıklamalar
Bu özellik küme de teslim öğesi RSReportServer.config dosyası.
<Delivery>
<MaxNumberOfRetries>4</MaxNumberOfRetries>
<Extension... />
</Delivery>
Rapor sunucusu yapılandırma dosyası hakkında daha fazla bilgi için bkz: Yapılandırma dosyaları (Raporlama Hizmetleri).