Gets or sets a value that specifies whether the section should print with every column or page on which the Detail section or associated footer is printed.
[Visual Basic]
Public Property RepeatStyle As RepeatStyle
[C#]
public RepeatStyle RepeatStyle {get; set;}
A RepeatStyle enumeration. The default value is RepeatStyle.None. Possible values are:
[C#]
private void GroupHeader1_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format |
GroupHeader Class | GroupHeader Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.