FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / SectionCollection Class / FindSection Method

In This Topic
    FindSection Method (SectionCollection)
    In This Topic
    Gets a section from a FlexReport.Sections collection by its Section.Type. Returns null if section not found.
    Syntax
    'Declaration
     
    Public Function FindSection( _
       ByVal sectionType As SectionTypeEnum _
    ) As Section
    public Section FindSection( 
       SectionTypeEnum sectionType
    )

    Parameters

    sectionType
    See Also