Report.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

속성 값

true 부동산 보고서가 보이면 그렇지 않으면, false.

특성

적용 대상