See Also

FieldCollection Members  | DataDynamics.ActiveReports Namespace  | Field  | DataInitialize  | FetchData  | Fields

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

FieldCollection Class

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

For a list of all members of this type, see FieldCollection members.

Object Model

Inheritance Hierarchy

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

Syntax

[Visual Basic]
Public Class FieldCollection    Inherits CollectionBase
[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 DataInitialize event to create unbound calculated fields.  Custom field values can be set in the FetchData event.

See Also

FieldCollection Members  | DataDynamics.ActiveReports Namespace  | Field  | DataInitialize  | FetchData  | Fields

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.