ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapFieldDefinition Class / DataType Property

In This Topic
    DataType Property (MapFieldDefinition)
    In This Topic
    The data type of the field. That evaluates to one of MapDataType.
    Syntax
    'Declaration
     
    Public Property DataType As MapDataType
    public MapDataType DataType {get; set;}
    See Also