Gets or sets a boolean value indicating if the row should be repeated on each page when it is printed in a report.
'Declaration
<DescriptionAttribute("Indicates if the row should be repeated on each page when it is printed in a report.")>
<CategoryAttribute("Appearance")>
<EndUserDisplayNameAttribute("Repeat On Each Page")>
Public Property RepeatOnEachPage As Boolean
'Usage
Dim instance As RowReportStyle
Dim value As Boolean
instance.RepeatOnEachPage = value
value = instance.RepeatOnEachPage
[Description("Indicates if the row should be repeated on each page when it is printed in a report.")]
[Category("Appearance")]
[EndUserDisplayName("Repeat On Each Page")]
public bool RepeatOnEachPage {get; set;}
Property Value
true if the row should be repeated on each page when it is printed in a report; false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2