[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.FieldCollection.Add

Add Method

Add(string)

Adds a new field to the collection.

Declaration
public int Add(string fieldName)
Parameters
Type Name Description
string fieldName
Returns
Type Description
int

Add(Field)

Adds the specified field to the collection.

Declaration
public int Add(Field field)
Parameters
Type Name Description
Field field
Returns
Type Description
int