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 값입니다.

적용 대상