ActiveReports 8
MapDataType Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapDataType Enumeration

Glossary Item Box

The data type of the field.

Syntax

Visual Basic (Declaration) 
Public Enum MapDataType 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also