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

Glossary Item Box

The following tables list the members exposed by Field.

Public Constructors

 NameDescription
Public ConstructorField ConstructorInitializes a new instance of the Field class.  
Top

Public Properties

 NameDescription
Public PropertyDefaultValueGets or sets the user-defined default value of the field, which is used if the formula or value is null.  
Public PropertyFieldTypeGets or sets the type associated with the field.  
Public PropertyFormulaGets or sets a formula used to derive the run-time value. If the formula is not null, it overrides all preceding values. The formula can be any combination of calculated and/or bound fields and literals.  
Public PropertyNameGets or sets the name of the field.  
Public PropertyTagGets or sets a user-defined value associated with the field object.  
Public PropertyValueGets or sets the current value of the field object.  
Top

Public Methods

 NameDescription
Public MethodDisposeRelease the instance of the Field object from memory.  
Public MethodToStringReturns a string that represents the current Field object.  
Top

Public Events

 NameDescription
Public EventDisposedRaised when the Field object is released from memory.  
Top

See Also