[]
        
The GroupFooter section is directly related to the Detail section and its matching group header. It prints once each time a group of similar records (as defined in the GroupHeader.DataField property) ends. A GroupFooter section cannot exist without a matching GroupHeader section.
public class GroupFooter : Section, IComponent, IDisposable, IPersistSection
  | Name | Description | 
|---|---|
| GroupFooter() | Initializes a new instance of the GroupFooter class.  | 
      
| Name | Description | 
|---|---|
| ColumnLayout | Gets or sets a value to determine whether the section should use the same column layout of its detail section.  | 
      
| Height | Gets or sets the height of the group footer.  | 
      
| KeepTogether | Gets or sets a value that determines whether the section should be printed on a single page.  | 
      
| NewColumn | Gets or sets a value that determines whether a new column should be started before and/or after printing the section.  | 
      
| NewPage | Gets or sets a value that determines whether a new page should be inserted before and/or after printing the section.  | 
      
| PrintAtBottom | Gets or sets a value that specifies whether the section should be printed at the bottom of the page immediately before any page footer section.  |