次の方法で共有


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 です。

適用対象