[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.CsvExportSettings.QuotationMode

QuotationMode Property

QuotationMode

Gets or sets the quotation mode for values in the CSV file. If AlwaysQuote value than all exported values will always be quoted.

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

An EnumDefaultExportSetting<T> object representing the quotation mode setting.