FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SectionCollection Class / PageHeader Property

In This Topic
    PageHeader Property (SectionCollection)
    In This Topic
    Returns a reference to the page header section of the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageHeader As Section
    public Section PageHeader {get;}
    Remarks
    This property is equivalent to this[SectionTypeEnum.PageHeader].
    See Also