ActiveReports 18 .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 containing the header that is output at the top of each report page.
    See Also