ReportItem.IsCustomControl 속성

정의

보고서 항목이 사용자 지정 컨트롤인지 여부를 나타내는 값을 가져옵니다.

protected public:
 property bool IsCustomControl { bool get(); };
protected internal bool IsCustomControl { get; }
member this.IsCustomControl : bool
Protected Friend ReadOnly Property IsCustomControl As Boolean

속성 값

보고서 항목이 사용자 지정 컨트롤이면 true이고, 그렇지 않으면 false입니다.

적용 대상