QueryBase.SuppressAutoUpdate Property

Definition

Gets or sets a value that indicates whether to suppress automatic update.

public:
 property bool SuppressAutoUpdate { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool SuppressAutoUpdate { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.SuppressAutoUpdate : bool with get, set
Public Property SuppressAutoUpdate As Boolean

Property Value

true to suppress automatic update; otherwise, false.

Attributes

Applies to