FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / Fields Property

In This Topic
    Fields Property (C1FlexReport)
    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