ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / PageHeader Property

In This Topic
    PageHeader Property (PageBase)
    In This Topic
    Returns a reference to the page header section of the report.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PageHeader As IPageSection
    public abstract IPageSection PageHeader {get;}
    See Also