[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataColumn.DataType

DataType Field

Gets the data type of the column.

Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation.Data
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public readonly string DataType
Returns
Type Description
string Gets the data type of the column.
Remarks

Using string type instead of the System.Type, since System.Type is not serializable by the JavaScriptSerializer.