ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutPage Interface / Header Property

In This Topic
    Header Property (ILayoutPage)
    In This Topic
    Gets the header section of the page.
    Syntax
    'Declaration
     
    ReadOnly Property Header As ILayoutArea
    ILayoutArea Header {get;}

    Property Value

    The header area of the page as an ILayoutArea.
    See Also