Online Documentation for Advanced Data Export .NET

QExportBase.Formats


 

public SqlManager.QExport.Base.QExportFormats Formats {get; set;}

 

Description

The complex property Formats is used in all the descendant components, except QExportDBF, and determines the type of the exported data of the types most frequently used, for which a formatted output might be needed. For the representation of each of these types there exist the string properties IntegerFormat, FloatFormat, CurrencyFormat and DateTimeFormat, which have the settings specified in the operation system by default. There are also properties for representating culture name, boolean and Null values.

The settings of these properties will be applied to all source fields of the corresponding types. To set a special format for a separate field (fields), use UserFormats property.