MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / TxtExportSettings Class / QuotationMode Property

In This Topic
QuotationMode Property (TxtExportSettings)
In This Topic
Gets or sets the mode for applying quotations in the text file.
Syntax
'Declaration
 
Public Property QuotationMode As EnumDefaultExportSetting(Of QuotationMode)
 

Property Value

An EnumDefaultExportSetting<T> object representing how and when to apply quotations.
Remarks
If AutoQuote value than simple values will be exported without quotes. If AlwaysQuote value than all exported values will always be quoted.
See Also