Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / TextFilter Class / Encoding Property

In This Topic
    Encoding Property
    In This Topic
    Gets or sets the text encoding. The default is Encoding.Default.
    Syntax
    'Declaration
     
    Public Property Encoding As Encoding
    public Encoding Encoding {get; set;}
    See Also