ActiveReports Developer 7
Add(String) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class > Add Method : Add(String) Method

fieldName

Name of the field to be added to the collection.

Glossary Item Box

Adds a new field to the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal fieldName As System.String _
) As System.Integer
C# 
public System.int Add( 
   System.string fieldName
)

Parameters

fieldName

Name of the field to be added to the collection.

See Also