[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.GroupFooter

GroupFooter Class

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.

Inheritance
GroupFooter
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class GroupFooter : Section, IComponent, IDisposable, IPersistSection

Constructors

Name Description
GroupFooter()

Initializes a new instance of the GroupFooter class.

Properties

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.

Extension Methods