次の方法で共有


ComponentMetadata.HideUpdateNotifications プロパティ

定義

レポート パーツの更新通知を非表示にするかどうかを示す値を取得します。

public:
 property bool HideUpdateNotifications { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement]
public bool HideUpdateNotifications { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement>]
member this.HideUpdateNotifications : bool with get, set
Public Property HideUpdateNotifications As Boolean

プロパティ値

レポート パーツの更新通知を非表示にする場合は true、それ以外の場合は false

属性

適用対象