Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / PrintFooterOnFirstPage Property

In This Topic
    PrintFooterOnFirstPage Property
    In This Topic
    Gets or sets a value indicating whether the page footer should print on the first page of the document. This property overrides other related properties when set to false. The default value is true.
    Syntax
    'Declaration
     
    Public Property PrintFooterOnFirstPage As Boolean
    public bool PrintFooterOnFirstPage {get; set;}
    See Also