ActiveReports Developer 7
Field Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace : Field Class

Glossary Item Box

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

Object Model

Field Class

Syntax

Visual Basic (Declaration) 
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.

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Data.Field

See Also