ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data Namespace / DataColumn Structure / DataType Field

In This Topic
    DataType Field (DataColumn)
    In This Topic
    Gets the data type of the column.
    Syntax
    'Declaration
     
    Public ReadOnly DataType As String
    public readonly string DataType
    Remarks
    Using string type instead of the System.Type, since System.Type is not serializable by the JavaScriptSerializer.
    See Also