ActiveReports 13
Add(Field) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class > Add Method : Add(Field) Method
The field to be added to the collection.
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

Reference

FieldCollection Class
FieldCollection Members
Overload List