ActiveReports 6 Online Help
FieldCollection Class
Members 

The FieldCollection class manages the data binding fields used in the report.
Object Model
FieldCollection ClassField 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
      DataDynamics.ActiveReports.FieldCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FieldCollection Members
DataDynamics.ActiveReports Namespace
Field Class
DataInitialize Event
FetchData Event

Concepts

Unbound Reporting

Send Feedback