Returns whether the field collection contains a field with the specified name.
| Overload | Description |
|---|---|
| Contains(String) | |
| Contains(Field) |
| C# | Copy Code |
|---|---|
private void UnboundGrp_ReportEnd(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub UnboundGrp_ReportEnd(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportEnd | |