ComponentOne FlexReport for WinForms
PrintAtPageBottom Property (Section)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Section Class : PrintAtPageBottom Property
For master report's footer sections only, gets or sets a value indicating whether the current section should print at the bottom of the page immediately above the page footer, rather than right below the detail. The default is false.

This property is ignored for non-footer sections or for footers of sub-reports.

Syntax
'Declaration
 
Public Property PrintAtPageBottom As System.Boolean
public System.bool PrintAtPageBottom {get; set;}
See Also

Reference

Section Class
Section Members