レポート パーツの更新通知を非表示にするかどうかを示す値を取得します。
名前空間: 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。