ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / Field Class
Properties Methods Events

In This Topic
    Field Class Members
    In This Topic

    The following tables list the members exposed by Field.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Field class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the user-defined default value of the field, which is used if the formula or value is null.  
    Public PropertyGets or sets the type associated with the field.  
    Public PropertyGets 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 PropertyGets or sets the name of the field.  
    Public PropertyGets or sets a user-defined value associated with the field object.  
    Public PropertyGets or sets the current value of the field object.  
    Top
    Public Methods
     NameDescription
    Public MethodRelease the instance of the Field object from memory.  
    Public MethodReturns a string that represents the current Field object.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the Field object is released from memory.  
    Top
    See Also