次の方法で共有


ComponentMetadata.HideUpdateNotifications プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property HideUpdateNotifications As Boolean 
    Get 
    Set
'使用
Dim instance As ComponentMetadata 
Dim value As Boolean 

value = instance.HideUpdateNotifications

instance.HideUpdateNotifications = value
public bool HideUpdateNotifications { get; set; }
public:
property bool HideUpdateNotifications {
    bool get ();
    void set (bool value);
}
member HideUpdateNotifications : bool with get, set
function get HideUpdateNotifications () : boolean 
function set HideUpdateNotifications (value : boolean)

プロパティ値

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

関連項目

参照

ComponentMetadata クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間