Bir bildirim sınıf için bir teslim uzantısı kullanma
The Notification class is located in the Microsoft.ReportingServices.Interfaces namespace and represents abonelik information that delivery extensions use for delivering reports. The Notification class provides a number of properties that can be used to render the reports for delivery, determine the status of the bildirim, and küme user data.
Kendi özel teslim uzantısını kullanan bir abonelik ile ilişkili bir olay geçirilir, bir bildirim içeren oluşturulan bir Report nesne. The Report object encapsulates the functionality needed to render a given report to a supported rendering format and contains report-specific properties, such as the URL to the report on the server and the name of the report.Hakkında daha fazla bilgi için Report sınıf için bkz: Rapor sınıf için bir teslim uzantısı kullanma.
Geçiş Notification nesneyi Deliver(Notification) yöntem, teslim uzantısı. Bilgisayarınızı Deliver(Notification) Yöntem bildirim işlemi ve raporu göndermek için özel kod içermesi gerekir.
Nasıl kullanılacağını gösteren bir örnek için Notification sınıf için bkz: Sample Printer Delivery Extension.
Işlevselliği yeniden deneyin.
Reporting Services hemen teslim bildirimleri için yeniden deneme sıra oluşturmanıza olanak tanır.Sonra rapor sunucusunu başlatır Deliver(Notification) bir teslim uzantısı yöntem, teslimat uzantısı, rapor sunucusu saat içinde bir sonraki aşamada teslim yeniden isteyebilirler. Bu durum ortaya çıkarsa, rapor sunucusu bildirim, bir iç sırasına yerleştirir ve belirli bir saat geçtikten sonra teslim yeniden dener.Yöneticiler, en fazla rapor sunucusu yapan yeniden deneme girişimleri ve teslim uzantısı bölümünde RSReportServer.config dosyasını kullanarak, yeniden denemeler arasındaki dönemi sayısını yapılandırabilir MaxNumberOfRetries XML öğesi ve PeriodBetweenRetries XML öğesi.Bildirimler, daha sonra teslim başarılı olmuşsa, veya en fazla yeniden deneme girişimi sayısı sınırına yeniden deneme sıradan kaldırılır.En fazla deneme sayısından sonra teslim başarısız olursa, bildirim göz ardı edilir.
See Also