言語

ReportItem.RepeatWith プロパティ

定義

もしそのデータ領域が複数ページにまたがっている場合、そのレポート項目で繰り返し表示すべきデータ領域の名前を取得します。

public:
 property System::String ^ RepeatWith { System::String ^ get(); };
public string RepeatWith { get; }
member this.RepeatWith : string
Public ReadOnly Property RepeatWith As String

プロパティ値

string値で、このレポート項目が複数のページにまたがる場合に繰り返し表示すべきデータ領域の名前を示します。

適用対象