ReportItem.RepeatWith Property

Definition

Gets the name of a data region that this report item should be repeated with if that data region spans multiple pages.

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

Property Value

A string value that represents the name of a data region that this report item should be repeated with if that data region spans multiple pages.

Applies to