EMS logo

Produits

Advanced Data Export .NET

Notre statut de partenariat

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Documentation en ligne

QExportBase.AutoCalcStrType



public bool AutoCalcStrType {get; set;}

Description
The AutoCalcStrType property works only if ExportSource equals esListView. If this property is True, then after exporting the first record of the source column QuickExport.NET™ tries to determine the data type of the column, and pass this type to the result file. E.g. if the first record value is 1234.78, and AutoCalcStrType = True, then all the column is treated as Float. It makes sense if all the values of the column have the same format, and you export data, e.g. to MS Excel.


See also:
QExportBase
QExportBase Properties
QExportBase Methods
QExportBase Events