Gets or sets a value that specifies whether the section should print underneath the following section.
[Visual Basic]
Public Property UnderlayNext As Boolean
[C#]
public bool UnderlayNext {get; set;}
A Boolean value. True if the following section will start rendering at the top of this section; otherwise, False.
If this property is set to True, be sure that the next section's BackColor is set to System.Drawing.Color.Transparent. Otherwise, the GroupHeader will be hidden behind the next section.
[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.