ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReport Interface / PageHeader Property

In This Topic
    PageHeader Property (IReport)
    In This Topic
    Gets a reference to the page header section of the report.
    Syntax
    'Declaration
     
    ReadOnly Property PageHeader As IPageSection
    IPageSection PageHeader {get;}

    Property Value

    An IPageSection representing the page header section.
    See Also