ComponentMetadata.HideUpdateNotifications Property

Definition

Gets or sets a value that indicates whether the update notifications of the report part are hidden.

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

Property Value

true if the update notifications of the report part are hidden; otherwise, false.

Attributes

Applies to