See Also

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

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Field Class

The Field class represents any data field available for data binding in ActiveReports.

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

Inheritance Hierarchy

System.Object
   DataDynamics.ActiveReports.Field

Syntax

[Visual Basic]
Public Class Field
[C#]
public class Field

Remarks

Field objects are created automatically for all fields in the bound data source.  This class allows you to inspect the value of each field.  You can create additional custom fields and add them to the Fields collection in the DataIntialize event.  Custom field values should be set in the FetchData event.

See Also

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

 

 


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