[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Footer.PrintAtBottom

PrintAtBottom Property

Gets or sets a value indicating whether the footer rows are pushed to the bottom of the table or group by empty rows.

Declaration
public bool PrintAtBottom { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that the footer rows are pushed to the bottom by empty rows; otherwise, false. Default value is false.

This property is allowed only with the Footer property.