言語

NotificationWithResult クラス

定義

通知と結果を表します。

public ref class NotificationWithResult abstract : Microsoft::ReportingServices::Interfaces::Notification
public abstract class NotificationWithResult : Microsoft.ReportingServices.Interfaces.Notification
type NotificationWithResult = class
    inherit Notification
Public MustInherit Class NotificationWithResult
Inherits Notification
継承
NotificationWithResult

コンストラクター

名前 説明
NotificationWithResult()

NotificationWithResult クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Attempt

レポートサーバーが通知を何回配信しようとしたかを示します。

(継承元 Notification)
MaxNumberOfRetries

レポートサーバーが通知を配信しようとする最大回数を示します。 この値は、デリバリー拡張機能の設定ファイルに含まれる情報に基づいています。

(継承元 Notification)
Owner

通知を作成した所有者のユーザー名。 ユーザー名は ドメイン\エイリアスの形で使われます。

(継承元 Notification)
Report

サブスクリプションに関連付けられたレポートに関する情報を含む Report オブジェクト。

(継承元 Notification)
Retry

レポートサーバーが通知の再配信を試みるべきであることを示します。

(継承元 Notification)
Status

通知の状態。 サブスクリプションのユーザーインターフェースに表示されます。

(継承元 Notification)
SubscriptionResult

サブスクリプションの結果を取得または設定します。

UserData

通知の拡張設定の値を定義する Setting オブジェクトの配列です。

(継承元 Notification)

メソッド

名前 説明
Save()

関連するサブスクリプション内の Notification オブジェクトの変更を保存します。

(継承元 Notification)

適用対象