[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ReportFooter

ReportFooter Class

The ReportFooter section prints once at the end of the report.

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

Constructors

Name Description
ReportFooter()

Initializes a new instance of the ReportFooter class.

Properties

Name Description
Height

Gets ot sets the height of the report footer section.

KeepTogether

Gets or sets a value that determines whether the section should be printed on a single page.

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