ActiveReports3 Request technical support
FieldCollection Class
See Also  Members  


The FieldCollection class manages the data binding fields used in the report.

Object Model

Syntax

Visual Basic (Declaration) 
Public Class FieldCollection 
   Inherits CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As FieldCollection
C# 
public class FieldCollection : 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 ActiveReport3.DataInitialize event to create unbound calculated fields.  Custom field values can be set in the html event.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      DataDynamics.ActiveReports.FieldCollection

See Also