言語

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

適用対象