ComponentMetadata.HideUpdateNotifications Propiedad

Definición

Obtiene o establece un valor que indica si las notificaciones de actualización del elemento de informe están ocultas.

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

Valor de propiedad

true si las notificaciones de actualización del elemento de informe están ocultas; de lo contrario, false.

Atributos

Se aplica a