ReportItem.RepeatWith Property

Definition

Gets or sets 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(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string RepeatWith { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.RepeatWith : string with get, set
Public Property RepeatWith As String

Property Value

The name of a data region.

Attributes

Applies to