MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Footer Class / PrintAtBottom Property

In This Topic
PrintAtBottom Property (Footer)
In This Topic
Gets or sets a value indicating whether the footer rows are pushed to the bottom of the table or group by empty rows.
Syntax
'Declaration
 
Public Property PrintAtBottom As Boolean
 

Property Value

A System.Boolean value where true indicates that the footer rows are pushed to the bottom by empty rows; otherwise, false. Default value is false.
Remarks
This property is allowed only with the TableGroup.Footer property.
See Also