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

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