FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / SubSection Class / Fields Property

In This Topic
    Fields Property (SubSection)
    In This Topic
    Gets a collection of all fields in this SubSection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As FieldCollection
    public FieldCollection Fields {get;}
    See Also