QueryBase.Hidden Property

Definition

Gets or sets a value that indicates whether this query is hidden.

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

Property Value

true if this query is hidden; otherwise, false.

Attributes

Applies to