FieldDefinition Members

Base class providing generic properties for various kinds of field definition objects.

The following tables list the members exposed by the FieldDefinition type.

Public Properties

Property Description
Public property FormulaName  Gets the field definition unique formula name in Crystal Report formula syntax.
Public property Kind  Gets the kind of field.
Public property Name  Gets the object's name.
Public property NumberOfBytes  Gets the number of bytes required to store the field data in memory.
Public property UseCount  Obsolete. Gets the number of times a field is used in a report.
Public property ValueType  Gets the type of field value.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace