IReportContext.IsSubreport プロパティ

定義

レポートがサブレポートかどうかを指定する値を取得します。

public:
 property bool IsSubreport { bool get(); };
public bool IsSubreport { get; }
member this.IsSubreport : bool
Public ReadOnly Property IsSubreport As Boolean

プロパティ値

レポートがサブレポートかどうかを指定する値です。

注釈

このプロパティは、レポートがサブレポートであれば true を返します。そうでなければ、プロパティは falseを返します。

適用対象