ReportItem.RepeatWith Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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