FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SubSection Class / PrintAtPageBottom Property

In This Topic
    PrintAtPageBottom Property (SubSection)
    In This Topic
    For master report's sub-sections only, gets or sets a value indicating whether the current sub 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 Boolean
    public bool PrintAtPageBottom {get; set;}
    See Also