Свойство ComponentMetadata.HideUpdateNotifications
Gets or sets a value that indicates whether the update notifications of the report part are hidden.
Пространство имен: 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 if the update notifications of the report part are hidden; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel