ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / PageHeader Property

In This Topic
    PageHeader Property (Report)
    In This Topic
    Gets or sets the header object that is output at the top of each report page.
    Syntax
    'Declaration
     
    Public Property PageHeader As PageHeaderFooter
    public PageHeaderFooter PageHeader {get; set;}

    Property Value

    A PageHeaderFooter object representing the header layout of each report page.
    See Also