Visual Basic (Declaration) | |
---|---|
Public Class FieldCollection Inherits System.Collections.CollectionBase |
C# | |
---|---|
public class FieldCollection : System.Collections.CollectionBase |
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.
System.Object
GrapeCity.ActiveReports.Data.FieldCollection