[]
        
(Showing Draft Content)

C1.Report.Section.PrintAtPageBottom

PrintAtPageBottom Property

PrintAtPageBottom

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.

Declaration
[C1Category("Layout")]
[C1Description("Section.PrintAtPageBottom", "Determines whether the section prints at the bottom of each page immediately above the page footer (for master report only).")]
public bool PrintAtPageBottom { get; set; }
<C1Category("Layout")>
<C1Description("Section.PrintAtPageBottom", "Determines whether the section prints at the bottom of each page immediately above the page footer (for master report only).")>
Public Property PrintAtPageBottom As Boolean