Gets or sets a value that specifies whether the section should print underneath the following section.
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