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 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.