ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapDataType Enumeration

In This Topic
    MapDataType Enumeration
    In This Topic
    The data type of the field.
    Syntax
    'Declaration
     
    Public Enum MapDataType 
       Inherits System.Enum
    public enum MapDataType : System.Enum 
    Members
    MemberDescription
    BooleanField values are Boolean
    DateTimeFields values are DateTime
    DecimalFields values are Decimal
    FloatFields values are Float
    IntegerFields values are Integer
    StringFields values are String
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.MapDataType

    See Also