Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / CsvExporter Class / Encoding Property

In This Topic
    Encoding Property
    In This Topic
    Gets or sets the character encoding scheme: ASCII, UTF7, UTF8, or Unicode. The default value is UTF8.
    Syntax
    'Declaration
     
    Public Property Encoding As CsvExporterEncoding
    public CsvExporterEncoding Encoding {get; set;}
    See Also