ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / TxtExportSettings Class / QuotationSymbol Property

In This Topic
    QuotationSymbol Property (TxtExportSettings)
    In This Topic
    Gets or sets a symbol used for quoting mark in the exported text file.
    Syntax
    'Declaration
     
    Public Property QuotationSymbol As StringDefaultExportSetting
    public StringDefaultExportSetting QuotationSymbol {get; set;}

    Property Value

    A StringDefaultExportSetting representing the quotation symbol.
    Remarks
    Only fields with delimiter characters are quoted.
    See Also