ReportObject.DesignerModel 속성

정의

ReportObject 개체가 디자이너 모델인지 여부를 가져오거나 설정합니다.

public:
 static property bool DesignerModel { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlIgnore]
public static bool DesignerModel { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlIgnore>]
member this.DesignerModel : bool with get, set
Public Shared Property DesignerModel As Boolean

속성 값

ReportObject 개체가 디자이너 모델이면 True이고, 그렇지 않으면 false입니다.

특성

적용 대상