ActiveReports 13
Add(String) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class > Add Method : Add(String) Method

Name of the field to be added to the collection.

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

Reference

FieldCollection Class
FieldCollection Members
Overload List