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

In This Topic
    Fields Property (FlexReport)
    In This Topic
    Gets the collection of Field objects in the report definition.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As FieldCollection
    public FieldCollection Fields {get;}
    Remarks
    The Section object also contains a collection of fields in that section.
    See Also