Xceed Grid for WinForms v4.3 Documentation
RepeatOnEachPage Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > RowReportStyle Class : RepeatOnEachPage Property
Gets or sets a boolean value indicating if the row should be repeated on each page when it is printed in a report.
Syntax
'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.
Remarks

The value of the RepeatOnEachPage property will be ignored if it is set on the RowReportStyle of one of the DataRows in a GridReportStyle.

Requirements

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

See Also

Reference

RowReportStyle Class
RowReportStyle Members