GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > GroupHeader Class : UnderlayNext Property |
Gets or sets a value that specifies whether the section should print underneath the following section.
'Declaration Public Property UnderlayNext As System.Boolean
public System.bool UnderlayNext {get; set;}
private void groupHeader1_Format(object sender, System.EventArgs eArgs) { this.groupHeader1.UnderlayNext = true; }
Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format Me.GroupHeader1.UnderlayNext = True End Sub