See Also

GroupHeader Class  | GroupHeader Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

RepeatStyle Property

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;}

Return Type

A RepeatStyle enumeration.  The default value is RepeatStyle.None. Possible values are:

Example

[C#] 

private void GroupHeader1_Format(object sender, System.EventArgs eArgs) 

    this.GroupHeader1.RepeatStyle =  RepeatStyle.OnPageIncludeNoDetail; 
}

[Visual Basic] 

Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format
   Me.GroupHeader1.RepeatStyle = RepeatStyle.OnPageIncludeNoDetail
End Sub

See Also

GroupHeader Class  | GroupHeader Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.