ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / CsvExportSettings Class / QuotationMode Property

In This Topic
    QuotationMode Property (CsvExportSettings)
    In This Topic
    Gets or sets the quotation mode for values in the CSV file. If AlwaysQuote value than all exported values will always be quoted.
    Syntax
    'Declaration
     
    Public Property QuotationMode As EnumDefaultExportSetting(Of QuotationMode)
    public EnumDefaultExportSetting<QuotationMode> QuotationMode {get; set;}

    Property Value

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