ActiveReports 10
Add Method (FieldCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > FieldCollection Class : Add Method

The Field object to add to the collection.

Adds a  Field object to the FieldCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As Field _
) As Integer
public int Add( 
   Field value
)

Parameters

value

The Field object to add to the collection.

Return Value

A new Field object.
See Also

Reference

FieldCollection Class
FieldCollection Members