ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / PrintHeaderOnLastPage Property

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