ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class / Add Method / Add(String) Method

Name of the field to be added to the collection.


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

    Parameters

    fieldName

    Name of the field to be added to the collection.

    See Also