Класс Notification

Represents subscription information that delivery extensions use to deliver reports.

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Public MustInherit Class Notification
'Применение
Dim instance As Notification
public abstract class Notification
public ref class Notification abstract
[<AbstractClassAttribute>]
type Notification =  class end
public abstract class Notification

Тип Notification обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод Notification Initializes a new instance of the Notification class.

В начало

Свойства

  Имя Описание
Открытое свойство Attempt Indicates how many times the report server has attempted to deliver the notification.
Открытое свойство MaxNumberOfRetries 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.
Открытое свойство Owner The user name of the owner who generated the notification. User name is in the form of domain\alias.
Открытое свойство Report A Report object containing information about the report that is associated with the subscription.
Открытое свойство Retry Indicates that the report server should retry delivering the notification.
Открытое свойство Status The status of the notification. Displayed in the subscription user interface.
Открытое свойство UserData An array of Setting objects that defines the values of the extension settings for the notification.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Save Saves changes made to a Notification object in the associated subscription.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.