ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class / Add Method / Add(Field) Method
The field to be added to the collection.

In This Topic
    Add(Field) Method
    In This Topic
    Adds a new field to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal field As Field _
    ) As Integer
    public int Add( 
       Field field
    )

    Parameters

    field
    The field to be added to the collection.
    See Also