ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilter Class / Encoding Property

In This Topic
    Encoding Property (TextFilter)
    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