ReportReportData.InlineSpecified 속성

정의

데이터 보고서가 지정되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

데이터 보고서가 인라인으로 지정되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상