ActiveReports 13
FieldCollection Class
Members 

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace : FieldCollection Class
The FieldCollection class manages the data binding fields used in the section report.
Object Model
FieldCollection Class
Syntax
'Declaration
 
Public Class FieldCollection 
   Inherits System.Collections.CollectionBase
public class FieldCollection : System.Collections.CollectionBase 
Remarks
ActiveReports populates this collection with fields from the data source and updates the values with each record in the data source.  In addition, you can add your own custom fields in the DataInitialize event to create unbound calculated fields.  Custom field values can be set in the FetchData event.
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.ActiveReports.Data.FieldCollection

See Also

Reference

FieldCollection Members
GrapeCity.ActiveReports.Data Namespace
DataInitialize Event
FetchData Event