Notification 类

Represents subscription information that delivery extensions use to deliver reports.

继承层次结构

System.Object
  Microsoft.ReportingServices.Interfaces.Notification

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间