ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Xml Assembly / GrapeCity.ActiveReports.Export.Text.Page Namespace / CsvRenderingExtension.Settings Class / QuotationMode Property

In This Topic
    QuotationMode Property (CsvRenderingExtension.Settings)
    In This Topic
    If QuotationMode.AutoQuote than simple values will be exported without quotes. If QuotationMode.AlwaysQuote than all exported values will always be quoted.
    Syntax
    'Declaration
     
    Public Property QuotationMode As GrapeCity.ActiveReports.Export.Text.Page.QuotationMode
    public GrapeCity.ActiveReports.Export.Text.Page.QuotationMode QuotationMode {get; set;}
    See Also