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)