Reports for WPF | ComponentOne
C1.C1Report Namespace / C1Report Class / Fields Property

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