| Visual Basic (Declaration) | |
|---|---|
Overloads Public ReadOnly Property Item( _ ByVal fieldName As String _ ) As Field | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- fieldName
- The name of the Field in the collection.
| C# | Copy Code |
|---|---|
private void UnboundGrp_FetchData(object
sender, DataDynamics.ActiveReports3.ActiveReport.FetchEventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptUnboundGrp_FetchData(ByVal sender As Object, ByVal eArgs As DataDynamics.ActiveReports3.ActiveReport. _ | |