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

In This Topic
    Count Property (FieldCollection)
    In This Topic
    Returns the number of fields in a C1Report.Fields collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also