ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Field Class
Members

In This Topic
    Field Class
    In This Topic
    Defines a field element containing information about a field within the data model of the report.
    Object Model
    Field Class
    Syntax
    'Declaration
     
    Public Class Field 
       Implements IValidateable 
    public class Field : IValidateable  
    Remarks

    A Field must have either a DataField or Value property set, but not both.

    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.Field

    See Also