Report.Visible Property

Definition

Gets or sets a value indicating whether the Report property is visible.

public:
 property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(true)]
[System.Xml.Serialization.XmlAttribute]
public bool Visible { get; set; }
[<System.ComponentModel.DefaultValue(true)>]
[<System.Xml.Serialization.XmlAttribute>]
member this.Visible : bool with get, set
Public Property Visible As Boolean

Property Value

true if the property Report is visible; otherwise, false.

Attributes

Applies to