ReportItem.RepeatedSibling プロパティ

定義

指定された RepeatWith プロパティがこのレポート アイテムにあるかどうかを示す Boolean 値を取得します。

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

プロパティ値

Boolean 値。指定された RepeatWith プロパティがこのレポート アイテムにある場合は true、それ以外の場合は false です。

適用対象