AxpDataGrid

AxpDataGrid.DataExportEncoding Property

Gets or sets the character encoding for the Excel export.

[Visual Basic]
Public Property DataExportEncoding As String
[C#]
public string DataExportEncoding {get; set;}

Property Value

The character encoding for the Excel export. Default value is System.Text.Encoding.Default

Remarks

The default System.Text.Encoding.Default will be used if DataExportEncoding has not been set.
The name of the encoding to use when exporting data (to Excel).
Should match the data encoding in the data source. E.g. "iso-8859-1"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace