[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.TxtExportSettings.QuotationMode

QuotationMode Property

QuotationMode

Gets or sets the mode for applying quotations in the text file.

Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<QuotationMode> QuotationMode { get; set; }
Property Value
Type Description
EnumDefaultExportSetting<QuotationMode>

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.