Online Documentation for Advanced Data Export .NET

QExportBase.UserFormats


 

public SqlManager.QExport.Collections.StringListCollection UserFormats {get; set;}

 

Description

The UserFormats property is used in all QExportBase descendant components, except QExportDBF and allows to set a special output format for any source field. At the same time, the setting of the strings being a part of the property is set in the following way

 

<field_name>=<output_format>

 

where <field_name> is the name of one of the source fields, and <output_format> is the output format for this field. For more details, see the .NET Framework Developer's Guide. The <field_name> is case-insensitive. Note, that there must not be any spaces to the left and to the right of the equality sign.

 

Use UserFormats property in this and only in this case when you need to set different output formats for two and more fields of the same type, otherwise Formats property should be used.