Name of the field to be added to the collection.
Adds a new field to the collection.
[Visual Basic]
Public Function Add( _
ByVal fieldName As String _
) As Integer
[C#]
public int Add(
string fieldName
);
Name of the field to be added to the collection.
The Add method should be used in the DataInitialize event.
[C#]
private void UnboundGrp_DataInitialize(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptUnboundGrp_DataInitialize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.DataInitialize |
FieldCollection Class | FieldCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.