ActiveReports3 Request technical support
Add(String) Method
See Also 


fieldName

Name of the field to be added to the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Add( _
   ByVal fieldName As String _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As FieldCollection
Dim fieldName As String
Dim value As Integer
 
value = instance.Add(fieldName)
C# 
public int Add( 
   string fieldName
)

Parameters

fieldName

Name of the field to be added to the collection.

See Also