ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / SectionCollection Class / Footer Property

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